codeconsole commented on code in PR #15266:
URL: https://github.com/apache/grails-core/pull/15266#discussion_r2709418954


##########
grails-datamapping-validation/src/main/groovy/grails/gorm/validation/DefaultConstrainedProperty.groovy:
##########
@@ -581,6 +581,52 @@ class DefaultConstrainedProperty implements 
ConstrainedProperty {
         }
     }
 
+    /**
+     * @return Whether the property should be displayed (for backwards 
compatibility).
+     *         Returns true unless displayType is explicitly set to NONE.
+     * @deprecated Use {@link #getDisplayType()} instead for more granular 
control
+     */
+    @Override
+    boolean isDisplay() {

Review Comment:
   done



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