-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
Not defined
Context:
So far we have been hiding the digest modal on the process overview page in CCSM because we did not have user search functionality available in CCSM.
Once user search is implemented and an email server can be configured in the BE, we can show the digest modal again in CCSM as long as user search is available in identity. Whether or not user search is available will be flagged using the new "userSearchAvailable" flag in the UIConfiguration. If this flag is true, we can show the digest modal. If it is false, we should hide the digest modal.
AT:
- digest functionality mirrors SaaS
- digest modal is shown and usable in CCSM if user search is available in identity
Testing Setup:
To test this, two things need configured: Email server in optimize config and additional users in keycloak/identity.
Email configuration: the Optimize configuration can basically be the same as described on our "test the alerting" confluence page (be connected to VPN and add email config to Optimize): https://confluence.camunda.com/display/CO/Test+the+Alerting
Additonal users: Testing setup to configure users in CCSM described here: https://docs.google.com/document/d/1jQ49moF5KiMi3ZDSHfE3CKzObFyhAYbfZrvCqgujg44/edit?usp=sharing
Test Cases:
When using CCSM with identity configured with keycloak, the digest modal on the processes page is shown and usable. Users can be searched for and selected. Digests are sent out as configured. Only users that exist in identity (/keycloak) can be chosen for digests.