1

I want to add some javascript via BugMonkey or a plugin that disables a link on a case, such as edit or resolve. How do I do that?

flag

1 Answer

1

First, find all of the places that link to the action you want to disable. For example, there are two resolve links in the case, plus the icons next to the text links. Now construct jQuery which will find all of them, and use the remove() method.

This post has the code for the resolve buttons and gives a sample BugMonkey script to remove them conditionally. Also make sure to handle which case view modes you want them removed in.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.