-
-
Notifications
You must be signed in to change notification settings - Fork 968
Closed
Milestone
Description
Expected Behavior
@Scaffold(RestfulServiceController<Event>)
class EventController {
static namespace = 'admin'
}
@Scaffold(RestfulServiceController<Event>)
class EventController {
}grails-app/
views/
event/
index.gsp
src/main/templates/scaffolding/admin/
index.gsp
results in both resolving to grails-app/views/event/index.gsp
There should be a mechanism for namespaces to fallback on scaffolded views if they exist for that namespace.
Actual Behaviour
No response
Steps To Reproduce
No response
Environment Information
No response
Example Application
No response
Version
7.0.2
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done