History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: GRAILS-516
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Graeme Rocher
Reporter: Marc Palmer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Grails

Scaffolded view files put in wrong directory if controller name does not match name of domain class

Created: 19/Dec/06 02:13 PM   Updated: 05/Sep/07 04:55 PM
Component/s: Scaffolding
Affects Version/s: 0.4
Fix Version/s: 1.1

Time Tracking:
Not Specified


 Description  « Hide
I just tried to scaffold editing of a domain class from a controller
not named the same as the domain class... and it breaks.

i.e:

class AdminFormTargetsController {
def afterInterceptor = Common.initDefaultModelVariables
def scaffold = FormTarget
}

URLs like myapp/adminFormTargets/list don't work, all the views have
been put into WEB-INF/grails-app/views/formTarget/



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.