Loading CHANGELOG.md +8 −0 Original line number Diff line number Diff line Loading @@ -18,10 +18,18 @@ * Ajout de la date de clôture dans la page historique de l'intervenant * Possibilité de saisir une modification de service dû avec 0 heure (#49764) ## Améliorations * Passage à 200 caractères max. pour les libellés longs des structures ## Corrections de bugs * Correction d'une régression de la V20 sur le module Export Siham # OSE 20 (28/02/2023) ## Nouveautés Loading data/ddl/table/STRUCTURE.php +1 −1 Original line number Diff line number Diff line Loading @@ -253,7 +253,7 @@ return [ 'name' => 'LIBELLE_LONG', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 100, 'length' => 200, 'scale' => NULL, 'precision' => NULL, 'nullable' => FALSE, Loading module/Application/src/Entity/Db/Mapping/Application.Entity.Db.Structure.dcm.xml +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ <field name="code" type="string" column="CODE" length="100" nullable="true"/> <field name="libelleCourt" type="string" column="LIBELLE_COURT" length="25" nullable="false"/> <field name="libelleLong" type="string" column="LIBELLE_LONG" length="60" nullable="false"/> <field name="libelleLong" type="string" column="LIBELLE_LONG" length="200" nullable="false"/> <field name="enseignement" type="boolean" column="ENSEIGNEMENT" nullable="false"/> <field name="affAdresseContrat" type="boolean" column="AFF_ADRESSE_CONTRAT" nullable="false"/> Loading Loading
CHANGELOG.md +8 −0 Original line number Diff line number Diff line Loading @@ -18,10 +18,18 @@ * Ajout de la date de clôture dans la page historique de l'intervenant * Possibilité de saisir une modification de service dû avec 0 heure (#49764) ## Améliorations * Passage à 200 caractères max. pour les libellés longs des structures ## Corrections de bugs * Correction d'une régression de la V20 sur le module Export Siham # OSE 20 (28/02/2023) ## Nouveautés Loading
data/ddl/table/STRUCTURE.php +1 −1 Original line number Diff line number Diff line Loading @@ -253,7 +253,7 @@ return [ 'name' => 'LIBELLE_LONG', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 100, 'length' => 200, 'scale' => NULL, 'precision' => NULL, 'nullable' => FALSE, Loading
module/Application/src/Entity/Db/Mapping/Application.Entity.Db.Structure.dcm.xml +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ <field name="code" type="string" column="CODE" length="100" nullable="true"/> <field name="libelleCourt" type="string" column="LIBELLE_COURT" length="25" nullable="false"/> <field name="libelleLong" type="string" column="LIBELLE_LONG" length="60" nullable="false"/> <field name="libelleLong" type="string" column="LIBELLE_LONG" length="200" nullable="false"/> <field name="enseignement" type="boolean" column="ENSEIGNEMENT" nullable="false"/> <field name="affAdresseContrat" type="boolean" column="AFF_ADRESSE_CONTRAT" nullable="false"/> Loading