JuNeHasIssues opened a new issue, #14253:
URL: https://github.com/apache/grails-core/issues/14253

   
   
[editableIgnoreOnRenderAssociationInput.zip](https://github.com/grails-fields-plugin/grails-fields/files/1058208/editableIgnoreOnRenderAssociationInput.zip)
   grailsVersion=3.1.4
   fields: 2.1.5
   
   In the dynamically scaffolded domain class 'TestConstraint'
   
   
   ```
   package editableignoreonrenderassociationinput
   
   class TestConstraints {
       String dontBeEditable
       SelectObjects dontBeEditableEither
   
       static constraints = {
           dontBeEditable editable: false
           dontBeEditableEither nullable: true, editable: false
       }
   }
   
   ```
   
   the select field 'dontBeEditableEither' with the constraint 'editable: false'
   is still editable in edit and create view.
   The text field 'dontBeEditable' isn't editable as expected. 
   
   <img width="795" alt="bildschirmfoto 2017-06-07 um 15 39 10" 
src="https://user-images.githubusercontent.com/29252772/26881676-6dca2242-4b98-11e7-9443-09478d379d57.png";>
   


-- 
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]

Reply via email to