-
Notifications
You must be signed in to change notification settings - Fork 174
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
Client permissions available in the client #678
Client permissions available in the client #678
Conversation
# Conflicts: # core/examples/luigi-sample-angular/src/app/project/project.component.ts # core/src/App.html # core/src/services/routing.js
client/src/lifecycleManager.js
Outdated
@@ -235,5 +235,14 @@ class LifecycleManager extends LuigiClientBase { | |||
getPathParams() { | |||
return this.currentContext.pathParams; | |||
} | |||
|
|||
/** | |||
* Returns the current client permissions as specified on the navigation node. (See [Node parameters](navigation-parameters-reference.md).) |
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.
* Returns the current client permissions as specified on the navigation node. (See [Node parameters](navigation-parameters-reference.md).) | |
* Returns the current client permissions as specified in the navigation node. For details, see [Node parameters](navigation-parameters-reference.md). |
client/src/lifecycleManager.js
Outdated
|
||
/** | ||
* Returns the current client permissions as specified on the navigation node. (See [Node parameters](navigation-parameters-reference.md).) | ||
* @returns {Object} client permissions as specified on the navigation node. |
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.
* @returns {Object} client permissions as specified on the navigation node. | |
* @returns {Object} client permissions as specified in the navigation node. |
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.
Well done, just a couple of small comments
core/examples/luigi-sample-angular/src/luigi-config/extended/projectDetailNav.js
Show resolved
Hide resolved
core/examples/luigi-sample-angular/e2e/tests/luigi-client-ux-manager-features.spec.js
Show resolved
Hide resolved
…m:JohannesDoberer/luigi into clientPermissions-available-in-the-client
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!
client permissions
No description provided.