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

Fixes requestmap menu entry problem #18

Closed
wants to merge 1 commit into from

Conversation

delight
Copy link
Contributor

@delight delight commented May 22, 2013

  • when using s2-quickstart the entry in Config.groovy is a String which is compared to a enum in springSecurityUI.gsp -> false
  • best bet is to use toString() on both sites as we don't know if an Enum or a String is used in Config.groovy (name() would be an option for the enum)

- when using s2-quickstart the entry in Config.groovy is a String which is compared to a enum in springSecurityUI.gsp -> false
- best bet is to use toString() on both sites as we don't know if an Enum or a String is used in Config.groovy (name() would be an option for the enum)
@burtbeckwith
Copy link
Contributor

Thanks, I had fixed this independently

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