-
-
Notifications
You must be signed in to change notification settings - Fork 967
Closed
Milestone
Description
Task List
- Steps to reproduce provided
- Stacktrace (if present) provided
- Example that reproduces the problem uploaded to Github
- Full description of the issue provided (see below)
Steps to Reproduce
- Run
grails create-domain-class book - Run
grails create-scaffold-controllerfor Book - Add
book.label=Book Label of resourceNameandBook.label=Book Label of resourceClassNameto messages.properties - Run
grails run-app - When you create new book and update and delete, you'll see the following messages.
Expected Behaviour
- Created -> "Book Label of resourceName 1 created"
- Updated -> "Book Label of resourceName 1 updated"
- Deleted -> "Book Label of resourceName 1 deleted`"
Actual Behaviour
- Created -> "Book Label of resourceName 1 created"
- Updated -> "Book Label of resourceClassName 1 updated"
- Deleted -> "Book Label of resourceClassName 1 deleted"
Environment Information
- Operating System: Mac OS X
- Grails Version: 3.1.8
- JDK Version: 1.8.0_77
Example Application
No.
Metadata
Metadata
Assignees
Labels
No labels