This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 154768

Summary: go to domain class
Product: groovy Reporter: Lukas Jungmann <jungi>
Component: GrailsAssignee: Martin Janicek <mjanicek>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 154266    

Description Lukas Jungmann 2008-12-05 14:54:27 UTC
we have go to controller and to view but we have nothing to close the circle
Comment 1 Lukas Jungmann 2008-12-05 15:32:03 UTC
well, there's org.netbeans.modules.groovy.grailsproject.actions.GotoDomainClassAction so there seems to be sth wrong
somewhere because I can't find this action anywhere in the IDE....
Comment 2 Petr Hejl 2008-12-05 15:40:46 UTC
It was intentionally removed before 6.5. We need to figure out ui for actions and whether it will be merged into one
action as in rails. Also see issue 145884.
Comment 3 Lukas Jungmann 2008-12-08 11:00:53 UTC
OK, thanks for the pointer, test is in anyway ;-)