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

   Using domain inheritance causes the tree to display duplicate fields since 
it shows those from the parent too, without at least some sort of visual 
distinction.
   
   E.g. for the domain:
   ```
   class Parent {
      String name
   }
   
   class Child extends Parent {
   }
   ```
   the `name` property appears twice in the Persistence Tree of the `Child` 
entity.
   
   ---
   
   *Imported from 
[IDEA-123546](https://youtrack.jetbrains.com/issue/IDEA-123546) · 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