It's all about the answers!

Ask a question

enumeration string cut in editor presentation


Vivek Pandey (4321436) | asked Mar 10 '15, 4:12 a.m.
Hi,

We are using RTC 4.0.6.
However previously, when we were using RTC 3.0.1.3, we had an attribtue  of type 'Large string'.

This attribute is being used as multi-select check list i.e. list of enumeration values , where multiple values can be selected.

However, we notice now that, in the editor presentation of the eclipse client, the strings are not visible in full i.e. when we open the work-items, it only displays the part of the string.

However, we are able to see the full string while using the web browser.

Is there any limit of no# of characters displayed in the enumeration list ?


One answer



permanent link
Ralph Schoon (62.3k33643) | answered Mar 11 '15, 5:21 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
The presentation that was used to handle the Enumeration Multi Select in 2.x and 3.x has been dropped from support in 4.x. Please see https://jazz.net/library/article/1458 or https://rsjazz.wordpress.com/2015/02/24/extending-the-workitem-command-line-with-new-commands/ for a way to migrate the data to a real EnumerationList attribute. This removes the problem of displaying the values as well.


Comments
Vivek Pandey commented Mar 11 '15, 12:48 p.m.

 thanks ralph !

but do you know what was the limit earlier? 
we have huge number of workitems which is making it difficult to replace attribute easily.


Ralph Schoon commented Mar 11 '15, 3:05 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

The editor presentation is gone. You can't use multiselect any more. You would have to edit this as strings - manually. From my perspective you have to migrate.

The String editor presentation has attributes to select how many lines you want to show as far as I know.

Your answer


Register or to post your answer.