form 3.6
This commit is contained in:
parent
7e591e99e7
commit
4c36ecc088
@ -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) :
|
||||||
|
@ -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
|
||||||
|
@ -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 {
|
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'
|
||||||
|
Loading…
Reference in New Issue
Block a user