Disable Running Report Directly (Background Only)

I have successfully remove the Run and Run In the New Tab when right clicking the Report for all role except Admin, also removing the Run in the toolbar tab.

But I havent found on how to remove the link when the report is left clicked which will run the report. Tried to change the jsp by adding href or changing the <a> to <span> didnt work.

Can someone help me with this?

 

Thanks.

ivan.wirawan's picture
Joined: Jul 13 2015 - 11:59pm
Last seen: 5 years 4 months ago

1 Answer:

I found out that adding CSS  style="pointer-events: none;" at <a> tag in list.jsp works

ivan.wirawan's picture
Joined: Jul 13 2015 - 11:59pm
Last seen: 5 years 4 months ago
Feedback
randomness