svg
This commit is contained in:
@ -5,11 +5,11 @@ SET time_zone = '+00:00';
|
||||
SET foreign_key_checks = 0;
|
||||
SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO';
|
||||
|
||||
INSERT IGNORE INTO `niveau01` (`id`, `label`, `siren`) VALUES
|
||||
INSERT IGNORE INTO `niveau01` (`id`, `label`, `siren`, `showsubappname`) VALUES
|
||||
%if %%is_defined("ninegate_niveau01name")
|
||||
(-100, '%%ninegate_niveau01name', '%%ninegate_niveau01siren');
|
||||
(-100, '%%ninegate_niveau01name', '%%ninegate_niveau01siren',0);
|
||||
%else
|
||||
(-100, '%%libelle_etab', '%%numero_etab');
|
||||
(-100, '%%libelle_etab', '%%numero_etab',0);
|
||||
%end if
|
||||
|
||||
%if %%getVar("ninegate_syncldap", 'non') == "oui"
|
||||
|
@ -26,7 +26,16 @@ parameters:
|
||||
%end if
|
||||
|
||||
# Activation module
|
||||
%if %%getVar("ninegate_activate_cron", 'non') == "oui"
|
||||
cron_activate: true
|
||||
%else
|
||||
cron_activate: false
|
||||
%end if
|
||||
%if %%getVar("ninegate_activate_syncenvole", 'non') == "oui"
|
||||
syncenvole_activate: true
|
||||
%else
|
||||
syncenvole_activate: false
|
||||
%end if
|
||||
%if %%getVar("ninegate_activate_portal", 'non') == "oui"
|
||||
portal_activate: true
|
||||
module_activate: false
|
||||
@ -45,7 +54,7 @@ parameters:
|
||||
%else
|
||||
page_activate: false
|
||||
%end if
|
||||
%if %%getVar("ninegate_activate_item", 'non') == "oui"
|
||||
%if %%getVar("ninegate_activate_item", 'non') == "oui"
|
||||
module_activate: true
|
||||
item_activate: true
|
||||
%else
|
||||
@ -169,6 +178,7 @@ parameters:
|
||||
widlimesurvey_url: %%ninegate_widlimesurvey_url
|
||||
widlimesurvey_apiuser: %%ninegate_widlimesurvey_apiuser
|
||||
widlimesurvey_apikey: %%ninegate_widlimesurvey_apikey
|
||||
widlimesurvey_syncenvole: %%ninegate_widlimesurvey_syncenvole
|
||||
%else
|
||||
activate_widlimesurvey: false
|
||||
%end if
|
||||
|
Reference in New Issue
Block a user