-
- Downloads
Hide edit question menu item on dashboards when there is no collection write permission (#35686)
* Hide edit question menu item on dashboards when there is no collection write permission
* Add :can_write to dashboard->dashcards->cards
This hydrates each card in a dashboard's dashcards with :can_write.
* Check in a dashboard test that :can_write shows up on cards.
Just adding a key to one of these tests to let us know that it's being hydrated.
---------
Co-authored-by:
Adam James <adam.vermeer2@gmail.com>
Showing
- frontend/src/metabase/dashboard/components/DashCard/DashCardMenu/DashCardMenu.tsx 5 additions, 1 deletion...shboard/components/DashCard/DashCardMenu/DashCardMenu.tsx
- frontend/src/metabase/dashboard/components/DashCard/DashCardMenu/DashCardMenu.unit.spec.tsx 23 additions, 3 deletions...mponents/DashCard/DashCardMenu/DashCardMenu.unit.spec.tsx
- src/metabase/api/dashboard.clj 1 addition, 0 deletionssrc/metabase/api/dashboard.clj
- test/metabase/api/dashboard_test.clj 1 addition, 0 deletionstest/metabase/api/dashboard_test.clj
Loading
Please register or sign in to comment