Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe

Commits:

6 changed files:

Changes:

  • core/api/validation/src/main/filtered-resources/META-INF/validation/model-default.json
    ... ... @@ -3150,7 +3150,7 @@
    3150 3150
           "length": [
    
    3151 3151
             "length is mandatory",
    
    3152 3152
             "length is a positive number",
    
    3153
    -        "Nautical Length bound (unit m) 0.0 <= length <= 100.0"
    
    3153
    +        "Nautical Length bound (unit m) 0.0 <= length <= 125.0"
    
    3154 3154
           ],
    
    3155 3155
           "lineType": [
    
    3156 3156
             "lineType is mandatory",
    
    ... ... @@ -3178,7 +3178,7 @@
    3178 3178
           "length": [
    
    3179 3179
             "length is mandatory",
    
    3180 3180
             "length is a positive number",
    
    3181
    -        "Nautical Length bound (unit m) 0.0 <= length <= 100.0"
    
    3181
    +        "Nautical Length bound (unit m) 0.0 <= length <= 125.0"
    
    3182 3182
           ],
    
    3183 3183
           "lineType": [
    
    3184 3184
             "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 @@
    16 16
         },
    
    17 17
         {
    
    18 18
           "validator": "io.ultreia.java4all.jaxx.widgets.validation.validator.NauticalLengthBoundFieldValidator",
    
    19
    -      "comment": "Nautical Length bound (unit m) 0.0 <= length <= 100.0",
    
    19
    +      "comment": "Nautical Length bound (unit m) 0.0 <= length <= 125.0",
    
    20 20
           "parameters": {
    
    21 21
             "min": "0.0",
    
    22
    -        "max": "100.0",
    
    22
    +        "max": "125.0",
    
    23 23
             "defaultNauticalLengthFormat": "m"
    
    24 24
           }
    
    25 25
         }
    

  • core/api/validation/src/main/resources/fr/ird/observe/dto/data/ll/observation/FloatlinesCompositionDto-update-error-validation.json
    ... ... @@ -16,10 +16,10 @@
    16 16
         },
    
    17 17
         {
    
    18 18
           "validator": "io.ultreia.java4all.jaxx.widgets.validation.validator.NauticalLengthBoundFieldValidator",
    
    19
    -      "comment": "Nautical Length bound (unit m) 0.0 <= length <= 100.0",
    
    19
    +      "comment": "Nautical Length bound (unit m) 0.0 <= length <= 125.0",
    
    20 20
           "parameters": {
    
    21 21
             "min": "0.0",
    
    22
    -        "max": "100.0",
    
    22
    +        "max": "125.0",
    
    23 23
             "defaultNauticalLengthFormat": "m"
    
    24 24
           }
    
    25 25
         }
    

  • model/src/main/models/Observe/dto/attribute/boundNauticalLength.properties
    ... ... @@ -27,5 +27,5 @@ data.ll.observation.Basket.attribute.floatline2Length=0.0:150.0:M
    27 27
     data.ll.observation.Branchline.attribute.branchlineLength=0.0:50.0:M
    
    28 28
     data.ll.observation.Branchline.attribute.tracelineLength=0.0:50.0:M
    
    29 29
     data.ll.observation.BranchlinesComposition.attribute.length=0.0:50.0:M
    
    30
    -data.ll.observation.FloatlinesComposition.attribute.length=0.0:100.0:M
    
    30
    +data.ll.observation.FloatlinesComposition.attribute.length=0.0:125.0:M
    
    31 31
     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 @@
    16 16
         },
    
    17 17
         {
    
    18 18
           "validator": "io.ultreia.java4all.jaxx.widgets.validation.validator.NauticalLengthBoundFieldValidator",
    
    19
    -      "comment": "Nautical Length bound (unit m) 0.0 <= length <= 100.0",
    
    19
    +      "comment": "Nautical Length bound (unit m) 0.0 <= length <= 125.0",
    
    20 20
           "parameters": {
    
    21 21
             "min": "0.0",
    
    22
    -        "max": "100.0",
    
    22
    +        "max": "125.0",
    
    23 23
             "defaultNauticalLengthFormat": "m"
    
    24 24
           }
    
    25 25
         }
    

  • server/runner/src/main/webResources/doc/api/public/data/ll/observation/FloatlinesComposition/validation-update-error.json
    ... ... @@ -16,10 +16,10 @@
    16 16
         },
    
    17 17
         {
    
    18 18
           "validator": "io.ultreia.java4all.jaxx.widgets.validation.validator.NauticalLengthBoundFieldValidator",
    
    19
    -      "comment": "Nautical Length bound (unit m) 0.0 <= length <= 100.0",
    
    19
    +      "comment": "Nautical Length bound (unit m) 0.0 <= length <= 125.0",
    
    20 20
           "parameters": {
    
    21 21
             "min": "0.0",
    
    22
    -        "max": "100.0",
    
    22
    +        "max": "125.0",
    
    23 23
             "defaultNauticalLengthFormat": "m"
    
    24 24
           }
    
    25 25
         }