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 - go to domain class
Summary: go to domain class
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks: 154266
  Show dependency tree
 
Reported: 2008-12-05 14:54 UTC by Lukas Jungmann
Modified: 2013-09-04 09:03 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ;-)