Skip to content

There are hard-coded links in Admin>Extend Project>Project name column

Ex: href="index.php?id=3&tx_nG6_pi1[project_id]=1"

The "id=3" has to be recovered from the typo3 "plugin.tx_nG6_pi6.redirection_page" template value. This is defined in tx_nG6_pi6.js, line 706. The expected result would be href="index.php?id=55&tx_nG6_pi1[project_id]=1" .