Skip to content

Frozen pop-up after permission #1105

Closed
@georgimld

Description

  • I have searched the issues of this repository and believe that this is not a duplicate.

Description 😯

When giving permissions to a group (probably on workflowitem level), the pop-up remains frozen after clicking "Confirm", the only way to exit the pop-up is to click on "Cancel", as seen in the screenshot below:

image

However, after clicking cancel and checking, it was noticed that the permission granting actually worked.
So the problem probably is that the "Confirm" button doesn't trigger a confirmation message and doesn't close the pop-up.

How to reproduce 🕹

To reproduce the bug you need to force the frontend to return an error, for example by going to frontend/src/sagas.js in the function assignProjectSaga and adding throw new Error(); in the tryblock - don't forget to remove this once the fix is done!

Your Environment 🌎

Tech Version
Frontend v1.28.1
API master
Blockchain v1.28.1
Export-Service v1.28.1
Email-Service v1.28.1
Storage-Service v1.28.1

Metadata

Assignees

Labels

apiIndicates api related issue or featureblockchainIndicates blockchain related issue or featurebugSomething isn't workingfrontendIndicates frontend related issue or featuregood first issueGood for newcomersstorage-serviceIndicates storage-service related issue or feature

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions