It's all about the answers!

Ask a question

How to display id when viewing Source Control documents


Jeffrey Burke (312536) | asked Apr 11 '14, 11:54 a.m.

Is there a way to add a db id to the header columns of the view of Source Control documents.

Current view has Name, Size, Last Modified, Modified By and Actions as the current headers.

Thanks!

Accepted answer


permanent link
Ralph Schoon (63.1k33645) | answered Apr 14 '14, 4:24 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Jeff,

I have been looking into this and as far as I can tell, you can not add columns to the table views. The number of columns supported and the value provider are specified in the view extension. You would have to implement a new view to get additional columns.

However you can use a Lightweight Label Decorator for tree and tree table views that can display an additional decoration behind the name. The decoration can be a text of some sort.

Here a screenshot of the extension:



This is how this could look like:

Jeffrey Burke selected this answer as the correct answer

Comments
Jeffrey Burke commented Apr 14 '14, 8:06 a.m.

Thanks Ralph!


Ralph Schoon commented Apr 14 '14, 9:17 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Jeff, with respect to "DB ID" the ID's in the second screenshot are the "version" of the element. This is not really usable, there is work done for the next release. Please see https://jazz.net/downloads/rational-team-concert/milestones/5.0M4?p=news#version-identifier-feature for version numbers/ID's.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.