[list_view] Unify Forbidden behavior for removing and editing datasets #18428
adam-stasiak
started this conversation in
Ideas
Replies: 1 comment
-
hey @adam-stasiak I think we could avoid having users encountering this decision by stopping them earlier in the flow. We suggest disabling the edit and delete icon in the actions column. When a user hovers over the disabled icon, a tooltip would appear describing why this action is disabled. delete tooltip: edit tooltip: Generally we should avoid modal on modal situations. If this were something like an API error then the toast might be a better solution given the existing modal. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In #12491 we are introducing popup for forbidden behavior when user tries to modify dataset. We should keep this way also for removal of datasets.
Expected results
When I try to remove dataset - I can see popup
Actual results
When I try to remove dataset - I see a toast
Screenshots
How to reproduce the bug
Login as admin
add 2 users with alpha permission
As user 1 add dataset
As user 2 try to remove dataset
Environment
(please complete the following information):
docker - commit 0ae16bf
Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
Beta Was this translation helpful? Give feedback.
All reactions