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

g:createLink resource="" should allow specifying contollerName #704

Open
codeconsole opened this issue Sep 7, 2024 · 2 comments
Open

g:createLink resource="" should allow specifying contollerName #704

codeconsole opened this issue Sep 7, 2024 · 2 comments
Assignees
Labels

Comments

@codeconsole
Copy link
Contributor

codeconsole commented Sep 7, 2024

Given the following:

class Sample {
    String name
}

class Sample2Controller {
    static scaffold = Sample
}

all the links should work, but they don't. They all end up pointing to /sample/$action

this is due to the resource option in links. This could be fixed by also allowing to override resource with controllerName, but does not perform as expected..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants