Feature #1918

Mis à jour par Matthieu Decorde il y a presque 5 ans

Currently, when the user clicks on the PDF icon in the texts table, the new tab opens only for the first text. If the user does not close this tab and clicks on another PDF icon, the content of the previously opened tab is updated but the browser does not switch to it and the user may have an impression that nothing happens.

h3. Solution

The current HTML link target is always "pdf" change it to: pdf + textid + random number

Retour