disable right click option from query result in RTC eclipse client
Hi All,
I already questioned something related to it. In RTC eclipse client with query result right click --> Change attribute value. It changes value. I dont want to this to happen.
https://jazz.net/forum/questions/93007/rtc-eclipse-client-query-result-can-edit-work-items
I tried with extensions, its getting distrubed other working stuffs.
Can I do this with eclipse plug ins? Dissable that option from right click menu.
Or Is there way to get event triggered while modifying so that I can catch in extensions and manipulate(or show error message)
Thanks,
Kavita
One answer
Hello,
I would first try and implement role based permissions for each attribute for which you want to allow / deny modification, so that the user will get the appropriate error msg from the Team Advisor when trying to modify an attribute for which the given role does not have appropriate permission.
While waiting for an appropriate feature Allow read-only display of an attribute based on role and/or permissions to modify (152410), we could imagine implementing dynamic read-only attributes based on role,
1 - implement a new condition as a Javascript that will check on a certain condition
2 - add Read Only Attributes for Condition
(but I assume this is outside the scope of your request)
For events, triggers and notifications, please refer to this article : https://jazz.net/wiki/bin/view/Main/FoundationNotifierTutorial
Hope it helps
Thanks.
Eric.
I would first try and implement role based permissions for each attribute for which you want to allow / deny modification, so that the user will get the appropriate error msg from the Team Advisor when trying to modify an attribute for which the given role does not have appropriate permission.
While waiting for an appropriate feature Allow read-only display of an attribute based on role and/or permissions to modify (152410), we could imagine implementing dynamic read-only attributes based on role,
1 - implement a new condition as a Javascript that will check on a certain condition
2 - add Read Only Attributes for Condition
(but I assume this is outside the scope of your request)
For events, triggers and notifications, please refer to this article : https://jazz.net/wiki/bin/view/Main/FoundationNotifierTutorial
Hope it helps
Thanks.
Eric.
Comments
showing 5 of 6
show 1 more comments