-
Notifications
You must be signed in to change notification settings - Fork 14
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(admin-ui): Add 'Agama Flows' and 'Alias' tabs in authN. #1800
Conversation
Quality Gate passed for 'flex_linux_setup'Issues Measures |
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.
Please see inline comments.
@@ -15,6 +15,7 @@ export default class JsonConfigApi { | |||
} | |||
// patch json Config | |||
patchJsonConfig = (options) => { | |||
console.log("options",options) |
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.
please remove log if not requied.
path: PLUGIN_BASE_APTH + '/agama', | ||
permission: AGAMA_READ, | ||
}, | ||
// { |
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.
please remove the comments if not required.
Quality Gate failed for 'flex_admin_ui'Failed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Closes 1793