form 3.6
This commit is contained in:
parent
7e591e99e7
commit
4c36ecc088
@ -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) :
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Version 3.6
|
||||
- Appel de fonction incorrect
|
||||
# Version 3.5
|
||||
- Multilingue
|
||||
# Version 3.4
|
||||
|
@ -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":""}
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user