codeconsole opened a new pull request, #15036: URL: https://github.com/apache/grails-core/pull/15036
Currently RestfulServiceController will not work for situations where you have domain objects with the same name. This scenario is more likely for complex websites that use plugins with domain objects. For instance: ``` grails-app/domain/org/website/User.groovy grails-app/domain/org/website/plugin/User.groovy ``` This introduces a fix that will resolve the appropriate service class for the respective GormService -- 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]
