jdaugherty opened a new issue, #275:
URL: https://github.com/apache/grails-intellij-plugin/issues/275
At the moment named url mapping is treated as assignment with incorrect
types:
```
'name' in
'org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingEvaluator.UrlMappingBuilder'
cannot be applied to '(['productLink':java.lang.Object])'
```
For this code:
```
name productLink:"/$pr/"{
controller = "index"
}
```
But it definitely works and is totally correct according to grails
documentation -
[http://docs.grails.org/3.1.1/guide/single.html#namedMappings](http://docs.grails.org/3.1.1/guide/single.html#namedMappings)
---
*Imported from
[IDEA-164126](https://youtrack.jetbrains.com/issue/IDEA-164126) · Type: Bug ·
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]