Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 80a7e30b by Tony Chemit at 2024-12-11T14:55:20+01:00 update data.ll.observation.FloatlinesComposition.length boundNauticalLength max value - - - - - 3e591281 by Tony Chemit at 2024-12-11T17:22:24+01:00 update generated validation files - - - - - 25878fae by Tony Chemit at 2024-12-11T17:22:24+01:00 Update public api documentation - - - - - 07f534f1 by Tony Chemit at 2024-12-11T17:22:26+01:00 Merge branch 'feature/issue_2949' into develop Bornes de longueurs d'orins en ftm - Closes #2949 - - - - - 6 changed files: - core/api/validation/src/main/filtered-resources/META-INF/validation/model-default.json - core/api/validation/src/main/resources/fr/ird/observe/dto/data/ll/observation/FloatlinesCompositionDto-create-error-validation.json - core/api/validation/src/main/resources/fr/ird/observe/dto/data/ll/observation/FloatlinesCompositionDto-update-error-validation.json - model/src/main/models/Observe/dto/attribute/boundNauticalLength.properties - server/runner/src/main/webResources/doc/api/public/data/ll/observation/FloatlinesComposition/validation-create-error.json - server/runner/src/main/webResources/doc/api/public/data/ll/observation/FloatlinesComposition/validation-update-error.json Changes: ===================================== core/api/validation/src/main/filtered-resources/META-INF/validation/model-default.json ===================================== @@ -3150,7 +3150,7 @@ "length": [ "length is mandatory", "length is a positive number", - "Nautical Length bound (unit m) 0.0 <= length <= 100.0" + "Nautical Length bound (unit m) 0.0 <= length <= 125.0" ], "lineType": [ "lineType is mandatory", @@ -3178,7 +3178,7 @@ "length": [ "length is mandatory", "length is a positive number", - "Nautical Length bound (unit m) 0.0 <= length <= 100.0" + "Nautical Length bound (unit m) 0.0 <= length <= 125.0" ], "lineType": [ "lineType is mandatory", ===================================== core/api/validation/src/main/resources/fr/ird/observe/dto/data/ll/observation/FloatlinesCompositionDto-create-error-validation.json ===================================== @@ -16,10 +16,10 @@ }, { "validator": "io.ultreia.java4all.jaxx.widgets.validation.validator.NauticalLengthBoundFieldValidator", - "comment": "Nautical Length bound (unit m) 0.0 <= length <= 100.0", + "comment": "Nautical Length bound (unit m) 0.0 <= length <= 125.0", "parameters": { "min": "0.0", - "max": "100.0", + "max": "125.0", "defaultNauticalLengthFormat": "m" } } ===================================== core/api/validation/src/main/resources/fr/ird/observe/dto/data/ll/observation/FloatlinesCompositionDto-update-error-validation.json ===================================== @@ -16,10 +16,10 @@ }, { "validator": "io.ultreia.java4all.jaxx.widgets.validation.validator.NauticalLengthBoundFieldValidator", - "comment": "Nautical Length bound (unit m) 0.0 <= length <= 100.0", + "comment": "Nautical Length bound (unit m) 0.0 <= length <= 125.0", "parameters": { "min": "0.0", - "max": "100.0", + "max": "125.0", "defaultNauticalLengthFormat": "m" } } ===================================== model/src/main/models/Observe/dto/attribute/boundNauticalLength.properties ===================================== @@ -27,5 +27,5 @@ data.ll.observation.Basket.attribute.floatline2Length=0.0:150.0:M data.ll.observation.Branchline.attribute.branchlineLength=0.0:50.0:M data.ll.observation.Branchline.attribute.tracelineLength=0.0:50.0:M data.ll.observation.BranchlinesComposition.attribute.length=0.0:50.0:M -data.ll.observation.FloatlinesComposition.attribute.length=0.0:100.0:M +data.ll.observation.FloatlinesComposition.attribute.length=0.0:125.0:M data.ll.observation.Set.attribute.maxDepthTargeted=0.0:1000.0:M ===================================== server/runner/src/main/webResources/doc/api/public/data/ll/observation/FloatlinesComposition/validation-create-error.json ===================================== @@ -16,10 +16,10 @@ }, { "validator": "io.ultreia.java4all.jaxx.widgets.validation.validator.NauticalLengthBoundFieldValidator", - "comment": "Nautical Length bound (unit m) 0.0 <= length <= 100.0", + "comment": "Nautical Length bound (unit m) 0.0 <= length <= 125.0", "parameters": { "min": "0.0", - "max": "100.0", + "max": "125.0", "defaultNauticalLengthFormat": "m" } } ===================================== server/runner/src/main/webResources/doc/api/public/data/ll/observation/FloatlinesComposition/validation-update-error.json ===================================== @@ -16,10 +16,10 @@ }, { "validator": "io.ultreia.java4all.jaxx.widgets.validation.validator.NauticalLengthBoundFieldValidator", - "comment": "Nautical Length bound (unit m) 0.0 <= length <= 100.0", + "comment": "Nautical Length bound (unit m) 0.0 <= length <= 125.0", "parameters": { "min": "0.0", - "max": "100.0", + "max": "125.0", "defaultNauticalLengthFormat": "m" } } View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/d7fc7e1771d24864d8267daf8... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/d7fc7e1771d24864d8267daf8... You're receiving this email because of your account on gitlab.com.