You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bundles/org.zikula.modulestudio.generator/src/org/zikula/modulestudio/generator/cartridges/symfony/models/business/ValidationConstraints.xtend
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -274,8 +274,9 @@ class ValidationConstraints {
274
274
«ELSE»
275
275
#[Assert\Expression('«IF !mandatory»!valueor «ENDIF»value > this.get«entity.getStartDateField.name.formatForCodeCapital»()', message: 'The start must be before the end.')]
276
276
«ENDIF»
277
-
«ENDIF»«/*ELSEIF isTimeField» causes issues with EABs TimeField during editing
Copy file name to clipboardExpand all lines: bundles/org.zikula.modulestudio.generator/src/org/zikula/modulestudio/generator/cartridges/symfony/view/plugin/GetListEntry.xtend
0 commit comments