Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
88372c66
Commit
88372c66
authored
May 10, 2021
by
Laurent Lécluse
Browse files
Merge branch 'master' of
https://git.unicaen.fr/open-source/OSE
parents
ecc222cc
3bda0331
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
88372c66
# OSE 16 (à venir)
Objectif : Connecteur Export OSE => Logiciel RH
# OSE 15.2 (à venir)
## Corrections de bugs
*
Vérification que le champs 'numéro de rue' contient uniquement des chiffres lors de l'enregistrement des données personnelles (#37492)
# OSE 15.1 (06/05/2021)
## Nouveautés
...
...
module/Application/src/Application/Form/Adresse/AdresseFieldset.php
View file @
88372c66
...
...
@@ -87,6 +87,9 @@ class AdresseFieldset extends AbstractFieldset
'attributes'
=>
[
'class'
=>
'dossierElement'
,
'placeholder'
=>
'N°'
,
'pattern'
=>
'[0-9]*'
,
'title'
=>
'Le champs doit contenir uniquement des numéros'
,
'maxlength'
=>
4
,
],
'type'
=>
'Text'
,
]);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment