Actions
Bug #24413
closedDeleting a group produce an error
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
It bothers me each time
User visibility:
First impressions of Rudder
Effort required:
Small
Priority:
108
Name check:
To do
Fix check:
To do
Regression:
No
Description
- Create a group
- Delete the group
- You will see an error and success notification that disappear quickly
- In the network tab on my browser, I can see an API response on error
- In the webapp logs I see the error message
2024-03-12 09:53:02+0000 ERROR api-processing - Inconsistency: Group with ID '6930f6f5-3cd4-42b9-9b1c-852beaa4b5e3' was not found.
I think when we delete the group, we try to go back on the deleted group, but he no longer exists, so that's why we see this error
Updated by Clark ANDRIANASOLO 8 months ago
- Related to Bug #24335: Broken group creation UI added
Updated by Clark ANDRIANASOLO 8 months ago
- Related to Bug #24418: Groups cannot be cloned unless page is refreshed after group creation added
Updated by Clark ANDRIANASOLO 8 months ago
- Status changed from New to Rejected
It is resolved in #24335
Actions