How to customize the behaviour of adding attachment?
![]()
I have to attach a document to a work item from SSH server instead of local machine. And we can't map the directory in SSH server to local machine. So I want to implement my dialog to navigate the folders in SSH. Is there any extension point for customizing the behaviour? Shall I write a client plugin or server plugin to achieve the goal?
|
2 answers
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Aug 06 '14, 2:24 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I don't think you can easily do that. However https://jazz.net/wiki/bin/view/Main/ContributingAttributePresentationsV2 describes how to create your own editor presentations.
|
![]()
sadly there is no mechanism to subclass the UI for attachments.
for enhancement 153049 I modified the product code to support a symbolic link on a named remote volume. But I kept the drive volume search gesture. my changes do not work for adding an attachment via the web browser, as the new anti virus model hides the real local volume/path name in browsers. |