This commit is contained in:
Fred Tempez 2023-02-04 22:29:26 +01:00
parent 7e591e99e7
commit 4c36ecc088
4 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,8 @@
# Changelog # Changelog
## Version 12.2.03
- Corrections de bugs consécutifs au chnagement de formats de languages.json
## Version 12.2.02 ## Version 12.2.02
### Corrections : ### Corrections :
- Gestion des plugins (modules) : - Gestion des plugins (modules) :

View File

@ -1,3 +1,5 @@
# Version 3.6
- Appel de fonction incorrect
# Version 3.5 # Version 3.5
- Multilingue - Multilingue
# Version 3.4 # Version 3.4

View File

@ -1 +1 @@
{"name":"form","realName":"Formulaire","version":"3.5","update":"0.0","delete":true,"dataDirectory":""} {"name":"form","realName":"Formulaire","version":"3.6","update":"0.0","delete":true,"dataDirectory":""}

View File

@ -16,7 +16,7 @@
class form extends common { class form extends common {
const VERSION = '3.5'; const VERSION = '3.6';
const REALNAME = 'Formulaire'; const REALNAME = 'Formulaire';
const DATADIRECTORY = ''; // Contenu localisé inclus par défaut (page.json et module.json) const DATADIRECTORY = ''; // Contenu localisé inclus par défaut (page.json et module.json)
@ -151,7 +151,7 @@ class form extends common {
} }
// Valeurs en sortie // Valeurs en sortie
$this->addOutput([ $this->addOutput([
'title' => self::translate('Configuration du module'), 'title' => helper::translate('Configuration du module'),
'vendor' => [ 'vendor' => [
'html-sortable', 'html-sortable',
'flatpickr' 'flatpickr'