jdaugherty opened a new issue, #276: URL: https://github.com/apache/grails-intellij-plugin/issues/276
At the moment navigation from gsp template to mapping definition works with clicking cmd+b on mapping name in `link` tag: ``` <g:link class="button _primary _gray button-upload" mapping="addPlugin" params="[pr: request.productId]"> ``` But it doesn't work in `redirect` in controller code: ``` redirect(mapping:'pluginСard', params: [pr: request.productId, headline: plugin.getUrlHeadline()]) ``` Also Find Usages on mapping name in mapping definition (in UrlMapping.groovy file) doesn't work. --- *Imported from [IDEA-164127](https://youtrack.jetbrains.com/issue/IDEA-164127) · Type: Feature · Votes: 0* *Comments, attachments, dates and reporter are not part of the export — follow the link above for the full history.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
