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
## Version 12.2.03
- Corrections de bugs consécutifs au chnagement de formats de languages.json
## Version 12.2.02
### Corrections :
- Gestion des plugins (modules) :

View File

@ -1,3 +1,5 @@
# Version 3.6
- Appel de fonction incorrect
# Version 3.5
- Multilingue
# 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 {
const VERSION = '3.5';
const VERSION = '3.6';
const REALNAME = 'Formulaire';
const DATADIRECTORY = ''; // Contenu localisé inclus par défaut (page.json et module.json)
@ -151,7 +151,7 @@ class form extends common {
}
// Valeurs en sortie
$this->addOutput([
'title' => self::translate('Configuration du module'),
'title' => helper::translate('Configuration du module'),
'vendor' => [
'html-sortable',
'flatpickr'