How to extend RTC workitem UI with a custom modal dialog
![]()
Is it possible to add a button on work item editor, so that on clicking it a custom dialog shows up, where user can make some search actions and on dialog closing a selected value goes back to a field on work item editor?
|
2 answers
![]()
sadly no. You cannot extend an existing Workitem UI.
you CAN create a whole NEW attribute and implement your UI there (within limits). See contributing attribute presentations Comments Hi Sam, thanks for answer. It might be a possible solution.
you must implement some UI for all clients. there is no 'default' UI.
what if I just skip implementation of Eclipse GUI - should a web browser client work anyways?
sure... of course it won't work with the eclipse client. I think there are enough exception handlers to keep eclipse running..
thanks, sam!
|
![]() ![]() Comments can u look at the ccm/log on the server (this is a server only plugin) and see if there are any reported issues? I've found the problem: i renamed the eclipse project but didn't change names in plugin.xml. With default values it started well.
sorry, I don't know the answer to this. I am not very experienced with the web ui extensions.
|
Comments
Hi Aliaksei,
Did you got the solution for adding the button? Similar problem I have been also facing.