-
3e35ad40
by Tony Chemit at 2024-09-09T15:26:12+02:00
Move I18nReferentialDto.isLabelTranslated method to WithI18n
-
1cb82ec5
by Tony Chemit at 2024-09-09T15:26:19+02:00
Fix some missing i18n keys
-
f7a62d35
by Tony Chemit at 2024-09-10T10:33:05+02:00
use correct commons-configuration2
-
744dd33f
by Tony Chemit at 2024-09-10T10:33:13+02:00
Add FIXME to resolve
-
00040693
by Tony Chemit at 2024-09-10T10:33:26+02:00
Improve validation comments
-
ba87a51f
by Tony Chemit at 2024-09-10T10:33:26+02:00
Depreciate xwork field validators
-
ccbb3689
by Tony Chemit at 2024-09-10T10:33:26+02:00
use new validation and jaxx validation API
-
2a1e654d
by Tony Chemit at 2024-09-10T10:33:26+02:00
implements new field validator using new API
-
a102c9db
by Tony Chemit at 2024-09-10T10:33:26+02:00
rewrite validation models
-
e06b0174
by Tony Chemit at 2024-09-10T10:33:26+02:00
Fix some validation errors discovered with the new validation implementation^^
-
0a710fc9
by Tony Chemit at 2024-09-10T10:33:26+02:00
Test both validation implementations in services tck
-
fcfd81b6
by Tony Chemit at 2024-09-10T10:33:26+02:00
update pom
-
1be378b9
by Tony Chemit at 2024-09-10T10:33:26+02:00
I18n does not parse any longer xml files
-
726d7919
by Tony Chemit at 2024-09-10T10:33:27+02:00
Manage extra validators in client datasource editors
-
ec7ced77
by Tony Chemit at 2024-09-10T10:33:27+02:00
use new validation and jaxx validation API
-
292a8147
by Tony Chemit at 2024-09-10T12:14:16+02:00
add a temporary configuration option to be able to change the validation default factory name
-
c4cdee6a
by Tony Chemit at 2024-09-10T12:22:16+02:00
Merge branch 'feature/issue-2594' into develop-9.3.x
Suppression de la technologie XWorks (utilisé pour la validation) - Closes #2594
-
a0946e85
by Tony Chemit at 2024-09-10T12:27:59+02:00
compositionTabValid can not be bind to tableModels since there is some validation done outside of them... and must be always true on reading mode
-
701115b2
by Tony Chemit at 2024-09-10T12:28:54+02:00
Make table not sortable
-
258e73bc
by Tony Chemit at 2024-09-10T12:29:17+02:00
Open ContentMessageTableModel.data property
-
92610da6
by Tony Chemit at 2024-09-10T12:36:45+02:00
Fix i18n key name (replace Section.template by Section.sectionTemplate)
-
eb37d7d8
by Tony Chemit at 2024-09-10T12:38:01+02:00
clean SetDetailCompositionUIInitializer code
-
3cc564d4
by Tony Chemit at 2024-09-10T12:40:16+02:00
Improve Reset action
-
7e4acdcc
by Tony Chemit at 2024-09-10T12:49:33+02:00
Improve validation flow to validate less things (before we revalidate all sections each time...)
-
8727ebf7
by Tony Chemit at 2024-09-10T12:50:33+02:00
Improve open form performance
-
287a6f2c
by Tony Chemit at 2024-09-10T12:51:03+02:00
Fix where to call validation helper
-
874e6ae2
by Tony Chemit at 2024-09-10T12:51:30+02:00
Limit when use rearrangeIds method
-
a9aa2e9f
by Tony Chemit at 2024-09-10T13:50:55+02:00
Fix validators editors mapping (but still not working to display icons on validator ui)
-
baff3a02
by Tony Chemit at 2024-09-10T13:52:52+02:00
Merge branch 'feature/issue-2906' into develop-9.3.x
LL observations/composition détaillée : amélioration de la réactivité du formulaire en mode édition - Closes #2906