Loading module/Application/src/Application/Entity/Db/Structure.php +1 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,7 @@ class Structure implements ResourceInterface, SynchroAwareInterface, HasDescript { $text = ""; if ($this->getRepriseResumeMere() AND $this->parent !== null) { $text .= $this->parent->getDescription() . "<br/>"; $text .= $this->parent->getDescriptionComplete() . "<br/>"; } return $text . $this->description ; } Loading module/Application/view/application/fiche-poste/partial/environnement-poste.phtml +2 −2 Original line number Diff line number Diff line Loading @@ -52,8 +52,8 @@ $poste = $fiche->getPoste(); <?php foreach ($structures as $structure) : ?> <h4> <?php echo $structure->getLibelleLong(); ?> </h4> <?php if ($structure->getDescription() !== null) :?> <?php echo $structure->getDescription(); ?> <?php if ($structure->getDescriptionComplete() !== null) :?> <?php echo $structure->getDescriptionComplete(); ?> <?php else: ?> <div class="alert alert-warning"> <i class="fas fa-exclamation-triangle"></i> Loading Loading
module/Application/src/Application/Entity/Db/Structure.php +1 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,7 @@ class Structure implements ResourceInterface, SynchroAwareInterface, HasDescript { $text = ""; if ($this->getRepriseResumeMere() AND $this->parent !== null) { $text .= $this->parent->getDescription() . "<br/>"; $text .= $this->parent->getDescriptionComplete() . "<br/>"; } return $text . $this->description ; } Loading
module/Application/view/application/fiche-poste/partial/environnement-poste.phtml +2 −2 Original line number Diff line number Diff line Loading @@ -52,8 +52,8 @@ $poste = $fiche->getPoste(); <?php foreach ($structures as $structure) : ?> <h4> <?php echo $structure->getLibelleLong(); ?> </h4> <?php if ($structure->getDescription() !== null) :?> <?php echo $structure->getDescription(); ?> <?php if ($structure->getDescriptionComplete() !== null) :?> <?php echo $structure->getDescriptionComplete(); ?> <?php else: ?> <div class="alert alert-warning"> <i class="fas fa-exclamation-triangle"></i> Loading