fnardin-maystreet commented on PR #32995: URL: https://github.com/apache/superset/pull/32995#issuecomment-2778321588
> This might be a backend problem and not a front end problem. We used to have a `can_delete` permission but that was collapsed into `can_write`. CC: @dpgaspar as he might know what is going on. @sadpandajoe Permissions are obtained through the `api/v1/dashboard/_info?q=(keys:!(permissions))` endpoint and apply generically to all dashboards. A `can_delete` permission is not sufficient to determine if a user can delete a resource, as that also depends on the owner of that resource. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
