-
Notifications
You must be signed in to change notification settings - Fork 43
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
[MNOE-399] Add ACL and settings #273
Conversation
516edd3
to
3d47b76
Compare
@@ -11,7 +11,9 @@ frontend_host: | |||
#=============================================== | |||
# Feature Flags | |||
#=============================================== | |||
|
|||
# Display Audit Log in Organization Panel |
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.
"Do not display Audit Log in..." ?
@@ -17,6 +17,7 @@ angular.module('mnoEnterprise.configuration', []) | |||
.constant('PAYMENT_CONFIG', <%= Hash(Settings.payment).to_json %>) | |||
.constant('ORGANIZATION_MANAGEMENT', <%= Hash(Settings.organization_management).to_json %>) | |||
.constant('USER_MANAGEMENT', <%= Hash(Settings.user_management).to_json %>) | |||
.constant('AUDIT_LOG', <%= Hash(Settings.user_management).to_json %>) |
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.
Isn't it 'admin_panel' ?
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.
My bad, too quick to copy/paste
@@ -11,7 +11,9 @@ frontend_host: | |||
#=============================================== | |||
# Feature Flags | |||
#=============================================== | |||
|
|||
# Display Audit Log in Organization Panel |
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.
"Do not display Audit log..." ?
@fgourichon updated |
…elete [MNOE-477] Subscription cancel
No description provided.