Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
0158d758
Commit
0158d758
authored
Jul 17, 2019
by
Laurent Lécluse
Browse files
FRANCE identifié automatiquement à partir de son libelle. Paramétrage plus nécessaire
parent
00733f09
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
0158d758
...
...
@@ -29,6 +29,7 @@ les nouveaux volumes horaires négatifs générés portent maintenant les mêmes
*
Les coordonnées bancaires peuvent être saisies même si elles sont hors zone SEPA (une case à cocher limite le contrôle)
*
L'export PDF des services est maintenant personnalisable.
*
Le pays "France" est détecté automatiquement. Il n'a donc plus besoin d'être identifié via administration/paramètres généraux.
## Notes de mise à jour
...
...
module/Application/src/Application/Form/ParametresForm.php
View file @
0158d758
...
...
@@ -223,19 +223,6 @@ class ParametresForm extends AbstractForm
],
]);
$this
->
add
([
'type'
=>
'Select'
,
'name'
=>
'pays_france'
,
'options'
=>
[
'value_options'
=>
Util
::
collectionAsOptions
(
$this
->
getServicePays
()
->
getList
(
$this
->
getServicePays
()
->
finderByHistorique
())),
],
'attributes'
=>
[
'class'
=>
'selectpicker'
,
'data-live-search'
=>
'true'
,
'data-size'
=>
20
,
],
]);
$this
->
add
([
'type'
=>
'Select'
,
'name'
=>
'modalite_services_prev_ens'
,
...
...
module/Application/view/application/parametre/generaux.phtml
View file @
0158d758
...
...
@@ -139,9 +139,6 @@
<div
class=
"col-md-6"
>
<?=
$this
->
formControlGroup
(
$form
->
get
(
'oseuser'
));
?>
</div>
<div
class=
"col-md-6"
>
<?=
$this
->
formControlGroup
(
$form
->
get
(
'pays_france'
));
?>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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