Loading CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ Changelog - [FIX] Ajouts de strtolower/strtoupper() faisant défaut. - [FIX] SQL d'interrogation de la vue différentielle : préfixages oubliés des colonnes de la vue. - [FIX] Prise en compte du caractère facultatif des valeurs par défaut des colonnes d'historique correspondant aux auteurs. - [FIX] Listes des synchros : en cas d'erreur de création de la vue différentielle, le log d'erreur était tronqué. 7.3.2 ----- Loading view/unicaen-db-import/synchro/index.phtml +1 −1 Original line number Diff line number Diff line Loading @@ -139,7 +139,7 @@ $lancable = $this->isAllowed(SynchroPrivilege::getResourceId(SynchroPrivilege::L </td> <td class="diff"> <?php if ($diffFoundError): ?> <span class="icon icon-warning text-danger" title="<?php echo $diffFoundError ?>"></span> <span class="icon icon-warning text-danger" title="<?php echo htmlspecialchars($diffFoundError) ?>"></span> <?php else: ?> <?php if ($diffFound): ?> <a href="<?php echo $this->url('unicaen-db-import/synchro/diff', ['name' => $synchro->getName()]) ?>" Loading Loading
CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ Changelog - [FIX] Ajouts de strtolower/strtoupper() faisant défaut. - [FIX] SQL d'interrogation de la vue différentielle : préfixages oubliés des colonnes de la vue. - [FIX] Prise en compte du caractère facultatif des valeurs par défaut des colonnes d'historique correspondant aux auteurs. - [FIX] Listes des synchros : en cas d'erreur de création de la vue différentielle, le log d'erreur était tronqué. 7.3.2 ----- Loading
view/unicaen-db-import/synchro/index.phtml +1 −1 Original line number Diff line number Diff line Loading @@ -139,7 +139,7 @@ $lancable = $this->isAllowed(SynchroPrivilege::getResourceId(SynchroPrivilege::L </td> <td class="diff"> <?php if ($diffFoundError): ?> <span class="icon icon-warning text-danger" title="<?php echo $diffFoundError ?>"></span> <span class="icon icon-warning text-danger" title="<?php echo htmlspecialchars($diffFoundError) ?>"></span> <?php else: ?> <?php if ($diffFound): ?> <a href="<?php echo $this->url('unicaen-db-import/synchro/diff', ['name' => $synchro->getName()]) ?>" Loading