Open rambo opened 10 months ago
Fixing the approval not being responsive with here: https://github.com/pvarki/rasenmaeher-ui/pull/17
The earlier dialog thing however, is due to this:
if for approval, you scan the user's qrcode // or go to the approvalscreen via link provided by the user (and so your browser navigates to eg https://mtls.localmaeher.pvarki.fi:4439/app/admin/user-management/approval?callsign=kebabelain&&approvalcode=W3HIDTPL).
the enrollapprovalview now is in that way dumb, that it does not know whether the cs&approvalcode is already read during the session
hence they keep coming around if you refresh the page etc
the earlier dialog on promoting or demoting user should NOT arrive any more
3
And if/when making the background calls to all product apis takes a while it's confusing to look at that dialog.
Once the calls complete (one way or another) and the REST method returns the dialog disappears