From ea6643c23eb342b13896c262f9b39057d2757c92 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 11 Sep 2017 15:54:11 +0200 Subject: [PATCH] =?UTF-8?q?LSsupannPerson:=20corrige=20la=20d=C3=A9finitio?= =?UTF-8?q?n=20de=20supannEtuId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Déclarer deux fois, avec la mauvaise casse, j'ai gardé le label de la mauvaise définition 'Identifiant de scolarité'. --- .../config.LSobjects.LSsupannPerson.php | 22 ++----------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/local/conf/LSobjects/config.LSobjects.LSsupannPerson.php b/local/conf/LSobjects/config.LSobjects.LSsupannPerson.php index e7a47aa..80909d3 100644 --- a/local/conf/LSobjects/config.LSobjects.LSsupannPerson.php +++ b/local/conf/LSobjects/config.LSobjects.LSsupannPerson.php @@ -125,7 +125,7 @@ $GLOBALS['LSobjects']['LSsupannPerson'] = array ( 'school' => array ( 'label' => 'Étudiant', 'args' => array ( - 'supannEtuID', + 'supannEtuId', 'supannCodeINE', 'supannEtuInscription', 'supannEtuAnneeInscription', @@ -650,7 +650,7 @@ $GLOBALS['LSobjects']['LSsupannPerson'] = array ( /* ----------- start -----------*/ 'supannEtuId' => array ( - 'label' => 'Identifiant étudiant', + 'label' => 'Identifiant de scolarité', 'ldap_type' => 'ascii', 'html_type' => 'text', 'rights' => array( @@ -1246,24 +1246,6 @@ $GLOBALS['LSobjects']['LSsupannPerson'] = array ( ), /* ----------- end -----------*/ - /* ----------- start -----------*/ - 'supannEtuID' => array ( - 'label' => 'Identifiant de scolarité', - 'ldap_type' => 'ascii', - 'html_type' => 'text', - 'multiple' => 1, - 'rights' => array( - 'self' => 'r', - 'admin' => 'w' - ), - 'view' => 1, - 'form' => array ( - 'modify' => 1, - 'create' => 1 - ) - ), - /* ----------- end -----------*/ - /* ----------- start -----------*/ 'supannEtuRegimeInscription' => array ( 'label' => 'Type d\'enseignement SISE',