ajout de l'item cdt et sa synchronisation poshprofil
This commit is contained in:
@ -67,6 +67,7 @@ INSERT IGNORE INTO `sidebar` (`id`, `parent_id`, `roworder`, `label`, `path`, `f
|
||||
(3000, NULL, 3000, 'SYNCHRONISATION', NULL, 'fa fa-exchange-alt', 'ROLE_ADMIN,ROLE_MODO', 'syncenvole_activate'),
|
||||
(3001, 3000, 3001, 'Délégation', 'cadoles_portal_config_syncdelegation', 'fa fa-balance-scale', 'ROLE_ADMIN,ROLE_MODO', 'syncenvole_activate'),
|
||||
(3110, 3000, 3110, 'Balado', 'cadoles_portal_config_syncbalado', 'fa fa-microphone', 'ROLE_ADMIN,ROLE_MODO', 'widbalado_activate_syncenvole'),
|
||||
(3112, 3000, 3112, 'CdT', 'cadoles_portal_config_synccdt', 'fa fa-star', 'ROLE_ADMIN,ROLE_MODO', 'widcdt_activate_syncenvole'),
|
||||
(3115, 3000, 3115, 'GEPI via Annuaire', 'cadoles_portal_config_syncgepiannu', 'fa fa-tags', 'ROLE_ADMIN,ROLE_MODO', 'widgepi_activate_syncenvole'),
|
||||
(3116, 3000, 3116, 'GEPI via SIECLE', 'cadoles_portal_config_syncgepisiecle', 'fa fa-tags', 'ROLE_ADMIN,ROLE_MODO', 'widgepi_activate_syncenvole'),
|
||||
(3120, 3000, 3120, 'Limesurvey', 'cadoles_portal_config_synclimesurvey', 'fa fa-question', 'ROLE_ADMIN,ROLE_MODO', 'activate_widlimesurvey'),
|
||||
|
@ -284,6 +284,20 @@ parameters:
|
||||
widbalado_activate_syncenvole: false
|
||||
%end if
|
||||
|
||||
%if %%getVar("ninegate_activate_widcdt", 'non') == "oui"
|
||||
activate_widcdt: true
|
||||
widcdt_url: %%ninegate_widcdt_url
|
||||
%if %%getVar("poshprofil_typesynchro", "") == "ENT"
|
||||
widcdt_activate_syncenvole: true
|
||||
widcdt_syncenvole: %%ninegate_widcdt_syncenvole
|
||||
%else
|
||||
widcdt_activate_syncenvole: false
|
||||
%end if
|
||||
%else
|
||||
activate_widcdt: false
|
||||
widcdt_activate_syncenvole: false
|
||||
%end if
|
||||
|
||||
%if %%getVar("ninegate_activate_widdokuwiki", 'non') == "oui"
|
||||
activate_widdokuwiki: true
|
||||
widdokuwiki_url: %%ninegate_widdokuwiki_url
|
||||
|
Reference in New Issue
Block a user