Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 58ac3de2 by Tony Chemit at 2023-05-19T16:01:26+02:00 Mise à jour de la validation - Closes #2692 - - - - - 6476be0f by Tony Chemit at 2023-05-19T16:01:26+02:00 Label manquant sur cette popup - Closes #2696 - - - - - 18 changed files: - client/runner/src/main/i18n/translations/client-runner_en_GB.properties - client/runner/src/main/i18n/translations/client-runner_es_ES.properties - core/api/validation/src/main/filtered-resources/META-INF/validators/validation.json - − core/api/validation/src/main/resources/fr/ird/observe/dto/data/ll/logbook/SetCatchDto-create-error-validation.xml - − core/api/validation/src/main/resources/fr/ird/observe/dto/data/ll/logbook/SetCatchDto-update-error-validation.xml - − core/api/validation/src/main/resources/fr/ird/observe/dto/data/ll/observation/SetCatchDto-create-error-validation.xml - − core/api/validation/src/main/resources/fr/ird/observe/dto/data/ll/observation/SetCatchDto-update-error-validation.xml - core/api/validation/src/main/resources/fr/ird/observe/dto/data/ll/observation/SetDetailCompositionDto-create-error-validation.xml - core/api/validation/src/main/resources/fr/ird/observe/dto/data/ll/observation/SetDetailCompositionDto-update-error-validation.xml - − core/api/validation/src/main/resources/fr/ird/observe/dto/data/ll/observation/SetTdrDto-create-error-validation.xml - − core/api/validation/src/main/resources/fr/ird/observe/dto/data/ll/observation/SetTdrDto-update-error-validation.xml - core/api/validation/src/main/resources/fr/ird/observe/dto/data/ps/observation/SetCatchDto-create-error-validation.xml - core/api/validation/src/main/resources/fr/ird/observe/dto/data/ps/observation/SetCatchDto-update-error-validation.xml - − core/api/validation/src/main/resources/fr/ird/observe/dto/data/ps/observation/SetNonTargetCatchReleaseDto-create-error-validation.xml - − core/api/validation/src/main/resources/fr/ird/observe/dto/data/ps/observation/SetNonTargetCatchReleaseDto-update-error-validation.xml - core/api/validation/src/test/resources/fixtures/api-validation.properties - core/api/validation/src/test/resources/fixtures/validation/bean-validator-detector-n1-create.list - core/api/validation/src/test/resources/fixtures/validation/bean-validator-detector-n1-update.list Changes: ===================================== client/runner/src/main/i18n/translations/client-runner_en_GB.properties ===================================== @@ -259,7 +259,7 @@ observe.data.ps.common.Trip.timeAtSeaFishingTime=Time at sea / fishing observe.data.ps.logbook.Activity.create.title=Create new activity observe.data.ps.logbook.WellPlan.create.activity.tip=Add missing logbook activity observe.data.ps.observation.Catch.message.will.delete.sub.data=<p>If you confirm save, some data could be deleted\!</p><p>Following species won't be to use in samples nor in releases</p><p>All samples or releases of those species will be deleted.</p> -observe.data.ps.observation.Catch.message.will.delete.sub.data.for.species=\nIf you delete this catch, the species (%s) will not be available for samples or non target catch released.\nSamples and non target catch released using this species (%s) will also be deleted. +observe.data.ps.observation.Catch.message.will.delete.sub.data.for.species=\nIf you delete this catch, the species (%s) will not be available for samples or non target catch released.\nSamples and non target catch released using this species will also be deleted. observe.error.storage.backup.local.db=Could not backup local data source observe.error.storage.close.current.db=Could not close data source observe.error.storage.close.local.db=Could not close local data source ===================================== client/runner/src/main/i18n/translations/client-runner_es_ES.properties ===================================== @@ -259,7 +259,7 @@ observe.data.ps.common.Trip.timeAtSeaFishingTime=Time at sea / fishing observe.data.ps.logbook.Activity.create.title=Create new activity observe.data.ps.logbook.WellPlan.create.activity.tip=Add missing logbook activity observe.data.ps.observation.Catch.message.will.delete.sub.data=<p>¡Confirmar la eliminación de los objetos de la copia de seguridad.\!</p><p>Las especies siguientes no estarán disponibles en los muestreos/<p><p>Como consecuencia se suprimirán los muestreos siguientes</p> -observe.data.ps.observation.Catch.message.will.delete.sub.data.for.species=\nIf you delete this catch, the species (%s) will not be available for samples or non target catch released.\nSamples and non target catch released using this species (%s) will also be deleted. \#TODO +observe.data.ps.observation.Catch.message.will.delete.sub.data.for.species=\nIf you delete this catch, the species (%s) will not be available for samples or non target catch released.\nSamples and non target catch released using this species will also be deleted. \#TODO observe.error.storage.backup.local.db=Could not backup local data source \#TODO observe.error.storage.close.current.db=Could not close data source \#TODO observe.error.storage.close.local.db=Could not close local data source \#TODO ===================================== core/api/validation/src/main/filtered-resources/META-INF/validators/validation.json ===================================== @@ -3021,34 +3021,6 @@ } ] }, - { - "type": "fr.ird.observe.dto.data.ll.logbook.SetCatchDto", - "scope": "ERROR", - "context": "create", - "fields": [ - { - "name": "comment", - "comments": [ - "comment (if not null) is not a blank string", - "comment length <= 8192" - ] - } - ] - }, - { - "type": "fr.ird.observe.dto.data.ll.logbook.SetCatchDto", - "scope": "ERROR", - "context": "update", - "fields": [ - { - "name": "comment", - "comments": [ - "comment (if not null) is not a blank string", - "comment length <= 8192" - ] - } - ] - }, { "type": "fr.ird.observe.dto.data.ll.logbook.SetDto", "scope": "ERROR", @@ -6129,34 +6101,6 @@ } ] }, - { - "type": "fr.ird.observe.dto.data.ll.observation.SetCatchDto", - "scope": "ERROR", - "context": "create", - "fields": [ - { - "name": "comment", - "comments": [ - "comment (if not null) is not a blank string", - "comment length <= 8192" - ] - } - ] - }, - { - "type": "fr.ird.observe.dto.data.ll.observation.SetCatchDto", - "scope": "ERROR", - "context": "update", - "fields": [ - { - "name": "comment", - "comments": [ - "comment (if not null) is not a blank string", - "comment length <= 8192" - ] - } - ] - }, { "type": "fr.ird.observe.dto.data.ll.observation.SetDetailCompositionDto", "scope": "ERROR", @@ -6174,13 +6118,6 @@ "branchlinesPerBasketCount is a positive number" ] }, - { - "name": "comment", - "comments": [ - "comment (if not null) is not a blank string", - "comment length <= 8192" - ] - }, { "name": "homeId", "comments": [ @@ -6212,13 +6149,6 @@ "branchlinesPerBasketCount is a positive number" ] }, - { - "name": "comment", - "comments": [ - "comment (if not null) is not a blank string", - "comment length <= 8192" - ] - }, { "name": "homeId", "comments": [ @@ -7061,34 +6991,6 @@ } ] }, - { - "type": "fr.ird.observe.dto.data.ll.observation.SetTdrDto", - "scope": "ERROR", - "context": "create", - "fields": [ - { - "name": "comment", - "comments": [ - "comment (if not null) is not a blank string", - "comment length <= 8192" - ] - } - ] - }, - { - "type": "fr.ird.observe.dto.data.ll.observation.SetTdrDto", - "scope": "ERROR", - "context": "update", - "fields": [ - { - "name": "comment", - "comments": [ - "comment (if not null) is not a blank string", - "comment length <= 8192" - ] - } - ] - }, { "type": "fr.ird.observe.dto.data.ll.observation.SizeMeasureDto", "scope": "ERROR", @@ -14560,13 +14462,6 @@ "comments": [ "check unique value on catches for tuple species,speciesFate,reasonForDiscard,weightMeasureMethod,minWeight,maxWeight,meanWeight,meanLength,well,informationSource" ] - }, - { - "name": "comment", - "comments": [ - "comment (if not null) is not a blank string", - "comment length <= 8192" - ] } ] }, @@ -14580,13 +14475,6 @@ "comments": [ "check unique value on catches for tuple species,speciesFate,reasonForDiscard,weightMeasureMethod,minWeight,maxWeight,meanWeight,meanLength,well,informationSource" ] - }, - { - "name": "comment", - "comments": [ - "comment (if not null) is not a blank string", - "comment length <= 8192" - ] } ] }, @@ -14902,34 +14790,6 @@ } ] }, - { - "type": "fr.ird.observe.dto.data.ps.observation.SetNonTargetCatchReleaseDto", - "scope": "ERROR", - "context": "create", - "fields": [ - { - "name": "comment", - "comments": [ - "comment (if not null) is not a blank string", - "comment length <= 8192" - ] - } - ] - }, - { - "type": "fr.ird.observe.dto.data.ps.observation.SetNonTargetCatchReleaseDto", - "scope": "ERROR", - "context": "update", - "fields": [ - { - "name": "comment", - "comments": [ - "comment (if not null) is not a blank string", - "comment length <= 8192" - ] - } - ] - }, { "type": "fr.ird.observe.dto.data.ps.observation.SetSchoolEstimateDto", "scope": "ERROR", ===================================== core/api/validation/src/main/resources/fr/ird/observe/dto/data/ll/logbook/SetCatchDto-create-error-validation.xml deleted ===================================== @@ -1,40 +0,0 @@ -<!-- - #%L - ObServe Core :: API :: Validation - %% - Copyright (C) 2008 - 2023 IRD, Ultreia.io - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as - published by the Free Software Foundation, either version 3 of the - License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public - License along with this program. If not, see - <http://www.gnu.org/licenses/gpl-3.0.html>. - #L% - --> -<!DOCTYPE validators PUBLIC - "-//Apache Struts//XWork Validator 1.0.3//EN" - "http://struts.apache.org/dtds/xwork-validator-1.0.3.dtd"> -<validators> - - <field name="comment"> - <!-- comment (if not null) is not a blank string --> - <field-validator type="notBlankString" short-circuit="true"> - <message/> - </field-validator> - - <!-- comment length <= 8192 --> - <field-validator type="stringMaxLength"> - <param name="maxLength">8192</param> - <message/> - </field-validator> - </field> - -</validators> ===================================== core/api/validation/src/main/resources/fr/ird/observe/dto/data/ll/logbook/SetCatchDto-update-error-validation.xml deleted ===================================== @@ -1,40 +0,0 @@ -<!-- - #%L - ObServe Core :: API :: Validation - %% - Copyright (C) 2008 - 2023 IRD, Ultreia.io - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as - published by the Free Software Foundation, either version 3 of the - License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public - License along with this program. If not, see - <http://www.gnu.org/licenses/gpl-3.0.html>. - #L% - --> -<!DOCTYPE validators PUBLIC - "-//Apache Struts//XWork Validator 1.0.3//EN" - "http://struts.apache.org/dtds/xwork-validator-1.0.3.dtd"> -<validators> - - <field name="comment"> - <!-- comment (if not null) is not a blank string --> - <field-validator type="notBlankString" short-circuit="true"> - <message/> - </field-validator> - - <!-- comment length <= 8192 --> - <field-validator type="stringMaxLength"> - <param name="maxLength">8192</param> - <message/> - </field-validator> - </field> - -</validators> ===================================== core/api/validation/src/main/resources/fr/ird/observe/dto/data/ll/observation/SetCatchDto-create-error-validation.xml deleted ===================================== @@ -1,40 +0,0 @@ -<!-- - #%L - ObServe Core :: API :: Validation - %% - Copyright (C) 2008 - 2023 IRD, Ultreia.io - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as - published by the Free Software Foundation, either version 3 of the - License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public - License along with this program. If not, see - <http://www.gnu.org/licenses/gpl-3.0.html>. - #L% - --> -<!DOCTYPE validators PUBLIC - "-//Apache Struts//XWork Validator 1.0.3//EN" - "http://struts.apache.org/dtds/xwork-validator-1.0.3.dtd"> -<validators> - - <field name="comment"> - <!-- comment (if not null) is not a blank string --> - <field-validator type="notBlankString" short-circuit="true"> - <message/> - </field-validator> - - <!-- comment length <= 8192 --> - <field-validator type="stringMaxLength"> - <param name="maxLength">8192</param> - <message/> - </field-validator> - </field> - -</validators> ===================================== core/api/validation/src/main/resources/fr/ird/observe/dto/data/ll/observation/SetCatchDto-update-error-validation.xml deleted ===================================== @@ -1,40 +0,0 @@ -<!-- - #%L - ObServe Core :: API :: Validation - %% - Copyright (C) 2008 - 2023 IRD, Ultreia.io - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as - published by the Free Software Foundation, either version 3 of the - License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public - License along with this program. If not, see - <http://www.gnu.org/licenses/gpl-3.0.html>. - #L% - --> -<!DOCTYPE validators PUBLIC - "-//Apache Struts//XWork Validator 1.0.3//EN" - "http://struts.apache.org/dtds/xwork-validator-1.0.3.dtd"> -<validators> - - <field name="comment"> - <!-- comment (if not null) is not a blank string --> - <field-validator type="notBlankString" short-circuit="true"> - <message/> - </field-validator> - - <!-- comment length <= 8192 --> - <field-validator type="stringMaxLength"> - <param name="maxLength">8192</param> - <message/> - </field-validator> - </field> - -</validators> ===================================== core/api/validation/src/main/resources/fr/ird/observe/dto/data/ll/observation/SetDetailCompositionDto-create-error-validation.xml ===================================== @@ -38,19 +38,6 @@ </field-validator> </field> - <field name="comment"> - <!-- comment (if not null) is not a blank string --> - <field-validator type="notBlankString" short-circuit="true"> - <message/> - </field-validator> - - <!-- comment length <= 8192 --> - <field-validator type="stringMaxLength"> - <param name="maxLength">8192</param> - <message/> - </field-validator> - </field> - <field name="homeId"> <!-- homeId (if not null) is not a blank string --> <field-validator type="notBlankString" short-circuit="true"> ===================================== core/api/validation/src/main/resources/fr/ird/observe/dto/data/ll/observation/SetDetailCompositionDto-update-error-validation.xml ===================================== @@ -38,19 +38,6 @@ </field-validator> </field> - <field name="comment"> - <!-- comment (if not null) is not a blank string --> - <field-validator type="notBlankString" short-circuit="true"> - <message/> - </field-validator> - - <!-- comment length <= 8192 --> - <field-validator type="stringMaxLength"> - <param name="maxLength">8192</param> - <message/> - </field-validator> - </field> - <field name="homeId"> <!-- homeId (if not null) is not a blank string --> <field-validator type="notBlankString" short-circuit="true"> ===================================== core/api/validation/src/main/resources/fr/ird/observe/dto/data/ll/observation/SetTdrDto-create-error-validation.xml deleted ===================================== @@ -1,40 +0,0 @@ -<!-- - #%L - ObServe Core :: API :: Validation - %% - Copyright (C) 2008 - 2023 IRD, Ultreia.io - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as - published by the Free Software Foundation, either version 3 of the - License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public - License along with this program. If not, see - <http://www.gnu.org/licenses/gpl-3.0.html>. - #L% - --> -<!DOCTYPE validators PUBLIC - "-//Apache Struts//XWork Validator 1.0.3//EN" - "http://struts.apache.org/dtds/xwork-validator-1.0.3.dtd"> -<validators> - - <field name="comment"> - <!-- comment (if not null) is not a blank string --> - <field-validator type="notBlankString" short-circuit="true"> - <message/> - </field-validator> - - <!-- comment length <= 8192 --> - <field-validator type="stringMaxLength"> - <param name="maxLength">8192</param> - <message/> - </field-validator> - </field> - -</validators> ===================================== core/api/validation/src/main/resources/fr/ird/observe/dto/data/ll/observation/SetTdrDto-update-error-validation.xml deleted ===================================== @@ -1,40 +0,0 @@ -<!-- - #%L - ObServe Core :: API :: Validation - %% - Copyright (C) 2008 - 2023 IRD, Ultreia.io - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as - published by the Free Software Foundation, either version 3 of the - License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public - License along with this program. If not, see - <http://www.gnu.org/licenses/gpl-3.0.html>. - #L% - --> -<!DOCTYPE validators PUBLIC - "-//Apache Struts//XWork Validator 1.0.3//EN" - "http://struts.apache.org/dtds/xwork-validator-1.0.3.dtd"> -<validators> - - <field name="comment"> - <!-- comment (if not null) is not a blank string --> - <field-validator type="notBlankString" short-circuit="true"> - <message/> - </field-validator> - - <!-- comment length <= 8192 --> - <field-validator type="stringMaxLength"> - <param name="maxLength">8192</param> - <message/> - </field-validator> - </field> - -</validators> ===================================== core/api/validation/src/main/resources/fr/ird/observe/dto/data/ps/observation/SetCatchDto-create-error-validation.xml ===================================== @@ -31,17 +31,4 @@ </field-validator> </field> - <field name="comment"> - <!-- comment (if not null) is not a blank string --> - <field-validator type="notBlankString" short-circuit="true"> - <message/> - </field-validator> - - <!-- comment length <= 8192 --> - <field-validator type="stringMaxLength"> - <param name="maxLength">8192</param> - <message/> - </field-validator> - </field> - </validators> ===================================== core/api/validation/src/main/resources/fr/ird/observe/dto/data/ps/observation/SetCatchDto-update-error-validation.xml ===================================== @@ -31,17 +31,4 @@ </field-validator> </field> - <field name="comment"> - <!-- comment (if not null) is not a blank string --> - <field-validator type="notBlankString" short-circuit="true"> - <message/> - </field-validator> - - <!-- comment length <= 8192 --> - <field-validator type="stringMaxLength"> - <param name="maxLength">8192</param> - <message/> - </field-validator> - </field> - </validators> ===================================== core/api/validation/src/main/resources/fr/ird/observe/dto/data/ps/observation/SetNonTargetCatchReleaseDto-create-error-validation.xml deleted ===================================== @@ -1,40 +0,0 @@ -<!-- - #%L - ObServe Core :: API :: Validation - %% - Copyright (C) 2008 - 2023 IRD, Ultreia.io - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as - published by the Free Software Foundation, either version 3 of the - License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public - License along with this program. If not, see - <http://www.gnu.org/licenses/gpl-3.0.html>. - #L% - --> -<!DOCTYPE validators PUBLIC - "-//Apache Struts//XWork Validator 1.0.3//EN" - "http://struts.apache.org/dtds/xwork-validator-1.0.3.dtd"> -<validators> - - <field name="comment"> - <!-- comment (if not null) is not a blank string --> - <field-validator type="notBlankString" short-circuit="true"> - <message/> - </field-validator> - - <!-- comment length <= 8192 --> - <field-validator type="stringMaxLength"> - <param name="maxLength">8192</param> - <message/> - </field-validator> - </field> - -</validators> ===================================== core/api/validation/src/main/resources/fr/ird/observe/dto/data/ps/observation/SetNonTargetCatchReleaseDto-update-error-validation.xml deleted ===================================== @@ -1,40 +0,0 @@ -<!-- - #%L - ObServe Core :: API :: Validation - %% - Copyright (C) 2008 - 2023 IRD, Ultreia.io - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as - published by the Free Software Foundation, either version 3 of the - License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public - License along with this program. If not, see - <http://www.gnu.org/licenses/gpl-3.0.html>. - #L% - --> -<!DOCTYPE validators PUBLIC - "-//Apache Struts//XWork Validator 1.0.3//EN" - "http://struts.apache.org/dtds/xwork-validator-1.0.3.dtd"> -<validators> - - <field name="comment"> - <!-- comment (if not null) is not a blank string --> - <field-validator type="notBlankString" short-circuit="true"> - <message/> - </field-validator> - - <!-- comment length <= 8192 --> - <field-validator type="stringMaxLength"> - <param name="maxLength">8192</param> - <message/> - </field-validator> - </field> - -</validators> ===================================== core/api/validation/src/test/resources/fixtures/api-validation.properties ===================================== @@ -21,7 +21,7 @@ ### # for fr.ird.observe.dto.validation.BeanValidatorDetectorTest VALIDATORS_REFERENTIAL_COUNT=182 -VALIDATORS_DATA_COUNT=184 +VALIDATORS_DATA_COUNT=176 VALIDATOR_UPDATE_EXTRA_CREATE_DATA_COUNT=8 # for fr.ird.observe.dto.validation.ValidatorMapBuilderTest VALIDATOR_MAP_DATA_COUNT=130 ===================================== core/api/validation/src/test/resources/fixtures/validation/bean-validator-detector-n1-create.list ===================================== @@ -13,7 +13,6 @@ ll.logbook.FloatlinesCompositionDto ll.logbook.HooksCompositionDto ll.logbook.SampleDto ll.logbook.SamplePartDto -ll.logbook.SetCatchDto ll.logbook.SetDto ll.logbook.SetGlobalCompositionDto ll.observation.ActivityDto @@ -29,11 +28,9 @@ ll.observation.FloatlinesCompositionDto ll.observation.HooksCompositionDto ll.observation.SectionDto ll.observation.SensorUsedDto -ll.observation.SetCatchDto ll.observation.SetDetailCompositionDto ll.observation.SetDto ll.observation.SetGlobalCompositionDto -ll.observation.SetTdrDto ll.observation.SizeMeasureDto ll.observation.TdrDto ll.observation.WeightMeasureDto @@ -83,7 +80,6 @@ ps.observation.SampleMeasureDto ps.observation.SchoolEstimateDto ps.observation.SetCatchDto ps.observation.SetDto -ps.observation.SetNonTargetCatchReleaseDto ps.observation.SetSchoolEstimateDto ps.observation.TransmittingBuoyDto common.CountryDto ===================================== core/api/validation/src/test/resources/fixtures/validation/bean-validator-detector-n1-update.list ===================================== @@ -13,7 +13,6 @@ ll.logbook.FloatlinesCompositionDto ll.logbook.HooksCompositionDto ll.logbook.SampleDto ll.logbook.SamplePartDto -ll.logbook.SetCatchDto ll.logbook.SetDto ll.logbook.SetGlobalCompositionDto ll.observation.ActivityDto @@ -29,11 +28,9 @@ ll.observation.FloatlinesCompositionDto ll.observation.HooksCompositionDto ll.observation.SectionDto ll.observation.SensorUsedDto -ll.observation.SetCatchDto ll.observation.SetDetailCompositionDto ll.observation.SetDto ll.observation.SetGlobalCompositionDto -ll.observation.SetTdrDto ll.observation.SizeMeasureDto ll.observation.TdrDto ll.observation.WeightMeasureDto @@ -83,7 +80,6 @@ ps.observation.SampleMeasureDto ps.observation.SchoolEstimateDto ps.observation.SetCatchDto ps.observation.SetDto -ps.observation.SetNonTargetCatchReleaseDto ps.observation.SetSchoolEstimateDto ps.observation.TransmittingBuoyDto common.CountryDto View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/2423195aeb168d8df2ee10e68... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/2423195aeb168d8df2ee10e68... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT (@tchemit)