-
Notifications
You must be signed in to change notification settings - Fork 916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hide datasource and settings menu in dashboard management when in workspace #6455
Hide datasource and settings menu in dashboard management when in workspace #6455
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6455 +/- ##
===========================================
+ Coverage 32.93% 55.61% +22.67%
===========================================
Files 2260 1200 -1060
Lines 45769 24271 -21498
Branches 7200 4094 -3106
===========================================
- Hits 15075 13498 -1577
+ Misses 29984 10128 -19856
+ Partials 710 645 -65
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
… workspace Signed-off-by: tygao <[email protected]>
Signed-off-by: tygao <[email protected]>
Co-authored-by: Yulong Ruan <[email protected]> Signed-off-by: tygao <[email protected]>
59f62fa
to
8d074c3
Compare
…kspace (#6455) * hide datasource and settings menu when workspace enabled and entering workspace Signed-off-by: tygao <[email protected]> * doc: update changelog Signed-off-by: tygao <[email protected]> * update comments Co-authored-by: Yulong Ruan <[email protected]> Signed-off-by: tygao <[email protected]> --------- Signed-off-by: tygao <[email protected]> Co-authored-by: Yulong Ruan <[email protected]> (cherry picked from commit 7a46475) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
…kspace (#6455) (#6579) * hide datasource and settings menu when workspace enabled and entering workspace Signed-off-by: tygao <[email protected]> * doc: update changelog Signed-off-by: tygao <[email protected]> * update comments Co-authored-by: Yulong Ruan <[email protected]> Signed-off-by: tygao <[email protected]> --------- Signed-off-by: tygao <[email protected]> Co-authored-by: Yulong Ruan <[email protected]> (cherry picked from commit 7a46475) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Hide datasource and settings menu in dashboard management when in workspace
Issues Resolved
#6453
Screenshot
In workspace
Not in workspace
Testing the changes
When set workspace feature enabled in YML and entering workspace, the data source and advanced settings menu will be hidden. These two menus will show after exiting workspace.
Check List
yarn test:jest
yarn test:jest_integration