mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat(charts): security perm simplification (#11981)
* feat(charts): security perm simplification * fix superset explore * fix JS test * fix cypress test * fix split heads * fix favorite permission * fix permission * update with new async permission * fix new permission coming from master * fix core permission assert * black * update alembic down revision
This commit is contained in:
committed by
GitHub
parent
821b01737d
commit
f79e52f48e
@@ -59,7 +59,7 @@ const mockUser = {
|
||||
};
|
||||
|
||||
fetchMock.get(chartsInfoEndpoint, {
|
||||
permissions: ['can_list', 'can_edit', 'can_delete'],
|
||||
permissions: ['can_read', 'can_write'],
|
||||
});
|
||||
|
||||
fetchMock.get(chartssOwnersEndpoint, {
|
||||
|
||||
Reference in New Issue
Block a user