jdaugherty opened a new issue, #301:
URL: https://github.com/apache/grails-intellij-plugin/issues/301

   When rendering a template in a controller like so:
   
   def dropoffDeliveryPanelPartial = g.render(template: 
"/rms/projects/contract/logistics/dropoffDeliveryPanel",
                       model: [currentUser: currentUser, vendorDropoffDelivery: 
vendorDropoffDelivery])
   
   The ability for the editor to identify the type of the object being 
manipulated in the GSP is broken. In fact, it doesn't think the variable is 
being presented to the gsp view at all (by showing it as underlined).
   
   ---
   
   *Imported from 
[IDEA-171687](https://youtrack.jetbrains.com/issue/IDEA-171687) · 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]

Reply via email to