-
Notifications
You must be signed in to change notification settings - Fork 26
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
feat: Add Configuration Option to Toggle Access Tab #2227
feat: Add Configuration Option to Toggle Access Tab #2227
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2227 +/- ##
=======================================
Coverage 97.94% 97.94%
=======================================
Files 698 698
Lines 7894 7902 +8
Branches 1877 1881 +4
=======================================
+ Hits 7732 7740 +8
Misses 160 160
Partials 2 2
Continue to review full report in Codecov by Sentry.
|
Codecov Report
@@ Coverage Diff @@
## main #2227 +/- ##
=====================================
Coverage 97.95 97.95
=====================================
Files 698 698
Lines 7894 7902 +8
Branches 1877 1881 +4
=====================================
+ Hits 7732 7740 +8
Misses 160 160
Partials 2 2
Continue to review full report in Codecov by Sentry.
|
✅ Deploy Preview for gazebo-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
… toggle it on
d03e234
to
0a6f9fe
Compare
…ed mode
Allow self hosted users to configure showing/hiding of the access tab under the users account settings. GH #2199
Description
Currently when running in self hosted mode the access tab on the account settings page is currently hidden, some customers are looking to use this access tab while others are looking to keep it hidden so this is an option that will allow it to be toggled per customer.
Closes #2199
Notable Changes
config.HIDE_ACCESS_TAB
inAccountSettings