Loading config/application.config.php +1 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ return [ 'Information', 'Doctorant', 'StepStar', 'UnicaenIdref', 'Application', ], 'module_listener_options' => [ Loading config/autoload/unicaen-id-ref.global.php 0 → 100644 +8 −0 Original line number Diff line number Diff line <?php return [ 'id_ref' => [ 'api' => [ 'uri' => 'https://www.idref.fr/Sru/Solr', ] ] ]; No newline at end of file module/Application/src/Application/View/Renderer/PhpRenderer.php +2 −0 Original line number Diff line number Diff line Loading @@ -133,6 +133,8 @@ use UnicaenApp\View\Helper\AppInfos; * * @method \UnicaenAlerte\View\Helper\AlerteViewHelper alertes() * * @method \UnicaenIdref\View\Helper\IdrefPopupTriggerViewHelper idrefPopupTrigger(array $sourceElements, ?string $destinationElement = null) * * @method boolean isAllowed($resource, $privilege = null) * * @method array queryParams() Loading module/Application/view/application/ecole-doctorale/information.phtml +1 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,7 @@ $structure = $ecole->getStructure(); <dd> <?php echo $ecole->getStructure()->getSigle(); ?> </dd> <dt> Code :</dt> <dd> <?php echo $ecole->getStructure()->getCode(); ?> </dd> <dt> Id REF :</dt> <dt>IdRef :</dt> <dd> <?php if ($ecole->getStructure()->getIdRef() !== null AND trim($ecole->getStructure()->getIdRef()) !== "") : ?> <?php echo $ecole->getStructure()->getIdRef(); ?> Loading module/Application/view/application/unite-recherche/information.phtml +1 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,7 @@ $structure = $unite->getStructure(); <dd> <?php echo $unite->getStructure()->getSigle(); ?> </dd> <dt> Code :</dt> <dd> <?php echo $unite->getStructure()->getCode(); ?> </dd> <dt> Id REF: </dt> <dt>IdRef :</dt> <dd> <?php if ($unite->getStructure()->getIdRef() !== null AND trim($unite->getStructure()->getIdRef()) !== "") : ?> <?php echo $unite->getStructure()->getIdRef(); ?> Loading Loading
config/application.config.php +1 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ return [ 'Information', 'Doctorant', 'StepStar', 'UnicaenIdref', 'Application', ], 'module_listener_options' => [ Loading
config/autoload/unicaen-id-ref.global.php 0 → 100644 +8 −0 Original line number Diff line number Diff line <?php return [ 'id_ref' => [ 'api' => [ 'uri' => 'https://www.idref.fr/Sru/Solr', ] ] ]; No newline at end of file
module/Application/src/Application/View/Renderer/PhpRenderer.php +2 −0 Original line number Diff line number Diff line Loading @@ -133,6 +133,8 @@ use UnicaenApp\View\Helper\AppInfos; * * @method \UnicaenAlerte\View\Helper\AlerteViewHelper alertes() * * @method \UnicaenIdref\View\Helper\IdrefPopupTriggerViewHelper idrefPopupTrigger(array $sourceElements, ?string $destinationElement = null) * * @method boolean isAllowed($resource, $privilege = null) * * @method array queryParams() Loading
module/Application/view/application/ecole-doctorale/information.phtml +1 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,7 @@ $structure = $ecole->getStructure(); <dd> <?php echo $ecole->getStructure()->getSigle(); ?> </dd> <dt> Code :</dt> <dd> <?php echo $ecole->getStructure()->getCode(); ?> </dd> <dt> Id REF :</dt> <dt>IdRef :</dt> <dd> <?php if ($ecole->getStructure()->getIdRef() !== null AND trim($ecole->getStructure()->getIdRef()) !== "") : ?> <?php echo $ecole->getStructure()->getIdRef(); ?> Loading
module/Application/view/application/unite-recherche/information.phtml +1 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,7 @@ $structure = $unite->getStructure(); <dd> <?php echo $unite->getStructure()->getSigle(); ?> </dd> <dt> Code :</dt> <dd> <?php echo $unite->getStructure()->getCode(); ?> </dd> <dt> Id REF: </dt> <dt>IdRef :</dt> <dd> <?php if ($unite->getStructure()->getIdRef() !== null AND trim($unite->getStructure()->getIdRef()) !== "") : ?> <?php echo $unite->getStructure()->getIdRef(); ?> Loading