We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e69ab6 commit a053b43Copy full SHA for a053b43
1 file changed
pegr/grails-app/controllers/pegr/admin/TargetAdminController.groovy
@@ -50,6 +50,12 @@ class TargetAdminController {
50
}
51
52
try {
53
+ if (target.cTermTag == null) {
54
+ target.cTermTag = ''
55
+ }
56
+ if (target.nTermTag == null) {
57
+ target.nTermTag = ''
58
59
targetService.save(target)
60
} catch (ValidationException e) {
61
respond target.errors, view:'create'
0 commit comments