From 9a4760601f757fda6a6b8a406243be795ef1ba86 Mon Sep 17 00:00:00 2001 From: afornerot Date: Fri, 18 Sep 2020 15:22:47 +0200 Subject: [PATCH 1/2] correction orthographe --- .../src/Cadoles/CoreBundle/Resources/views/File/list.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/views/File/list.html.twig b/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/views/File/list.html.twig index 73f4d502..7492d6d1 100644 --- a/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/views/File/list.html.twig +++ b/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/views/File/list.html.twig @@ -30,7 +30,7 @@ - From 9947b7db23729bf9d2cb7b390a121aa97ecf93a9 Mon Sep 17 00:00:00 2001 From: afornerot Date: Mon, 21 Sep 2020 10:54:03 +0200 Subject: [PATCH 2/2] 2admin --- tmpl/ninegate-template.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmpl/ninegate-template.yml b/tmpl/ninegate-template.yml index 0884831d..4efb13fa 100644 --- a/tmpl/ninegate-template.yml +++ b/tmpl/ninegate-template.yml @@ -184,7 +184,11 @@ parameters: ldap_firstname: givenname ldap_lastname: sn ldap_email: mail + %if %%getVar("activer_addadmin", 'non') == "oui" + ldap_usersadmin: [admin,%%uid_addadmin] + %else ldap_usersadmin: [admin] + %end if # Template scribe %if %%getVar("ninegate_scribegroup", 'non') == "oui"