Skip to content
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

OBPIH-4868 menus for non admin users #3523

Merged

Conversation

drodzewicz
Copy link
Collaborator

Additionally I have fixed many warning that cluttered the console for Menu component proptypes

…for them

- add ability to specify minimumRequired role to render a section/subsection/menuItem
- remove few product menu items for non-admin users
- remove configuration button for non admin users
-remove create stocklist menu item for non-admin users
def minRole = it.minimumRequiredRole
if (minRole && !userService.isUserInRole(user, minRole)) {
return
}
def roles = it.requiredRole
if (roles && !userService.hasAnyRoles(user, roles)) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the requiredRole still used in the config?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is used only on invoicing sections, where user is required to have ROLE_INVOICE

        invoicing {
            enabled = true
            requiredRole = [RoleType.ROLE_INVOICE]
            label = "react.invoicing.label"
            defaultLabel = "Invoicing"
            subsections = [ ... ]
        }

@awalkowiak awalkowiak merged commit 0c4eb80 into feature/ui-redesign Oct 6, 2022
@awalkowiak awalkowiak deleted the OBPIH-4868-menus-for-non-admin-users branch October 6, 2022 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants