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:
Daniel Vaz Gaspar
2020-12-15 11:27:06 +00:00
committed by GitHub
parent 821b01737d
commit f79e52f48e
10 changed files with 131 additions and 40 deletions

View File

@@ -59,7 +59,7 @@ const mockUser = {
};
fetchMock.get(chartsInfoEndpoint, {
permissions: ['can_list', 'can_edit', 'can_delete'],
permissions: ['can_read', 'can_write'],
});
fetchMock.get(chartssOwnersEndpoint, {