Good day,
I'd like to be able to open project/activity in a popup in reports in Today for example, or at least, add a onclick event with javascript command gotoElement('Project','X') on "MyProject" name, in any report.
For example, I would like to reproduce in my custom reports, the column name in "Projects" report included by default in Today, so when I click on "MyProject", project screen opens at id of "MyProject".
However, I don't seem to be able to add JavaScript because of Dojo (I don't know this toolkit at all) since reports are fetched from Ajax and Dojo can't analyze JavaScript afterwards.
Do you have any solution?
Thanks in advance,
just just have to add an event listener to item.
for instance :
Project name
Indeed o_O
I don't know what I did, if I tried to use
Thank you,