Index: grails-app/domain/com/lemans/correspondence/forms/DomainForm.groovy =================================================================== diff -u -r75c1874d6dd0213527d1449d619d18ef22f15263 -rbd712436ef11af4f0fffe7c7355c50bedfe72a9a --- grails-app/domain/com/lemans/correspondence/forms/DomainForm.groovy (.../DomainForm.groovy) (revision 75c1874d6dd0213527d1449d619d18ef22f15263) +++ grails-app/domain/com/lemans/correspondence/forms/DomainForm.groovy (.../DomainForm.groovy) (revision bd712436ef11af4f0fffe7c7355c50bedfe72a9a) @@ -21,12 +21,15 @@ Date endDate String formDetailXml + + boolean anonymous static constraints = { formName nullable: true, maxSize: 50 domainFormTypeId nullable: true startDate nullable: true endDate nullable: true + anonymous nullable: false } static mapping = {