This is an automated email from the ASF dual-hosted git repository.
suddjian pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from 9cb4a46 fix: Fixes top level tabs and automatic scroll (#14624)
add f16c708 fix(dashboard): check edit permissions correctly on frontend
(#14626)
No new revisions were added by this update.
Summary of changes:
.../spec/javascripts/profile/fixtures.tsx | 4 +-
.../src/common/hooks/apiResources/dashboards.ts | 5 +-
superset-frontend/src/dashboard/actions/hydrate.js | 11 +-
.../src/dashboard/util/findPermission.test.ts | 154 ++++++++++++++++-----
.../src/dashboard/util/findPermission.ts | 25 +++-
.../DndFilterSelect.test.tsx | 2 +-
superset-frontend/src/types/Dashboard.ts | 8 +-
superset-frontend/src/types/bootstrapTypes.ts | 2 +-
8 files changed, 162 insertions(+), 49 deletions(-)