-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] "Approve actions" list is empty #659
Comments
Certificate approval is expected not to be shown on adminweb. I found Searching in release notes, it's bound to ECA-7391: since v7.5, only show CA-related approvals in CA Web (and vice versa). I go on my investigations on RA behavior. |
Expected behavior?In
I understand "Pending Approval" is mutually exclusive with "To Approve". The doc page
The 2nd sentence seems to comply with the code. The first sentence should be corrected. Real beheviorThe RA behavior is unexpected:
In |
Hi Benoit, Thanks for the discussion. Approvals is a bit tricky, but I'll try to make an approval run to look at this soon. |
There seems to be an issue about approval request listing
Context
We have an approval profile enabled on a certificate profile for "Add/Edit End Entity".
It's a simple partition approval. It can be seen by anybody and one role "validator" can approve.
When an end entity is set to "new", mail is correctly sent.
Behavior
/adminweb/approval/approvalactions.xhtml
, no approval request is listed (with either superadmin or validator role)./ra/managerequests.xhtml?tab=to_approve
, no approval request is listed (with either superadmin or validator role)./ra/managerequests.xhtml?tab=pending
, superadmin can see the "Waiting for Approval" request, and validator see nothing./ra/managerequests.xhtml?tab=custom_search
, the "Waiting for Approval" request is listed for superadmin and validator. The validator can review and approve.Deployment
Software, EJBCA 8.2.0.1 and 8.3.2 Community
The text was updated successfully, but these errors were encountered: