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-4707 Fix collapsing menu on GSP for < Admin users #3465

Merged
merged 1 commit into from
Sep 14, 2022

Conversation

kchelstowski
Copy link
Collaborator

The problem was that <div> was opened before <g:isUserAdmin> but closed inside <g:isUserAdmin> which caused that if a user was not >= admin, the <div> was opened but never closed.
I also found on the fly in megamenu </a> which was not according to anything so I removed it.

@awalkowiak awalkowiak merged commit 6e07f6b into feature/ui-redesign Sep 14, 2022
@awalkowiak awalkowiak deleted the OBPIH-4707 branch September 14, 2022 10:50
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

2 participants