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

Allow custom controllers on resource="" tags #13627

Closed
codeconsole opened this issue Sep 7, 2024 · 0 comments
Closed

Allow custom controllers on resource="" tags #13627

codeconsole opened this issue Sep 7, 2024 · 0 comments

Comments

@codeconsole
Copy link
Contributor

codeconsole commented Sep 7, 2024

The following

<g:link method="GET" resource="user" controller="userAdmin"></g:link>

should result in the link
/userAdmin/show/1

but instead renders

/user/show/1

@codeconsole codeconsole changed the title Allow customer controllers on resource="" tags Allow custom controllers on resource="" tags Sep 9, 2024
codeconsole added a commit to codeconsole/grails-core that referenced this issue Sep 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
codeconsole added a commit that referenced this issue Sep 10, 2024
…link

Support controller attribute in tags with resource attribute and resolve correct identity Fixes #13627
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

No branches or pull requests

1 participant