Skip to content

Commit

Permalink
commit download fix #1001
Browse files Browse the repository at this point in the history
  • Loading branch information
salomon-j committed Aug 26, 2024
1 parent 22bd20c commit a3d34dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ class ValidationHandler implements OutputModelProcessor.Processor<ExcelValidatio

@Override
def text(Object node, ExcelValidationContext context) {
if (node.constraints) {
if (node.constraints && node.constraints instanceof org.grails.web.json.JSONObject == false) {
List constraints = []

if (node.constraints instanceof Map && node.constraints.type == 'computed') {
Expand Down

0 comments on commit a3d34dc

Please sign in to comment.