Commit c07ac9f860b9eb34cc5375e859cf8eb73d56d16f
1 parent
9b31705a
Exists in
master
and in
1 other branch
bugfix chemin vers doc utilisateur sur default
v4.108.13-3.7.9
Showing
3 changed files
with
5 additions
and
4 deletions
Show diff stats
CHANGELOG
... | ... | @@ -315,10 +315,11 @@ Commencer à implémenter le nouveau workflow v5 : |
315 | 315 | ======= CHANGES ======= |
316 | 316 | |
317 | 317 | ------- |
318 | -16/02/2021 v4.108.12-3.7.9 | |
318 | +16/02/2021 v4.108.13-3.7.9 | |
319 | 319 | - (b) Bugfix logout après passage en mode ldap |
320 | 320 | - (b) Bugfix et amélioration de l'update cache |
321 | - - (b) suppression delete cached user | |
321 | + - (b) bugfix suppression delete cached user | |
322 | + - (b) bugfix chemin vers doc utilisateur sur default | |
322 | 323 | |
323 | 324 | ------- |
324 | 325 | 15/02/2021 v4.108.8-3.7.9 | ... | ... |
README.md
src/Template/Layout/default.ctp
... | ... | @@ -348,7 +348,7 @@ $this->append('script', $this->Html->script(['script', 'DatepickerConfig', 'onTa |
348 | 348 | --> |
349 | 349 | <?="VERSION $version ($version_date)"?> |
350 | 350 | <br/> |
351 | - <a href="<?=$this->request->getAttribute("webroot")?>webroot/doc/userguide/labinvent2_userguide.pdf" onclick="window.open(this.href); return false;">Documentation utilisateurs</a> | |
351 | + <a href="<?=$this->request->getAttribute("webroot")?>doc/userguide/labinvent2_userguide.pdf" onclick="window.open(this.href); return false;">Documentation utilisateurs</a> | |
352 | 352 | <br/> |
353 | 353 | <a href="https://tinyurl.com/labinvent" onclick="window.open(this.href); return false;">Documentation technique générale</a> |
354 | 354 | <!-- | ... | ... |