Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: c0297045 by Tony Chemit at 2021-01-19T10:44:24+01:00 Problème de digit TargetLength.weight à 1 au lieu de 3 - Closes #1762 - - - - - 1 changed file: - models/persistence/src/main/models/Observe-20-data-ps-observation.model Changes: ===================================== models/persistence/src/main/models/Observe-20-data-ps-observation.model ===================================== @@ -189,7 +189,7 @@ data.ps.observation.TargetLength > data.DataEntity >> data.ps.observation.Length length + {*:1} Float | sqlType=numeric digits=1 isLengthComputed + {*:1} boolean count + {*:1} Integer -weight + {*:1} Float | sqlType=numeric digits=1 +weight + {*:1} Float | sqlType=numeric digits=3 isWeightComputed + {*:1} boolean acquisitionMode + {*:1} int tagNumber + {*:1} String View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/c02970456dbc508257a0be85d6... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/c02970456dbc508257a0be85d6... You're receiving this email because of your account on gitlab.com.