Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Customise not showing new names

web-app

So I've renamed some of the fields using the resource.xmls but when I customize a list the column names show the identifier and not the name.  Is there any way around this?  it will greatly confuse users otherwise.

Thanks

 

2.1.0.2100

SystemIdleProcess
· 1
SystemIdleProcess
Replies (5)
helpful
0
not helpful

Some strings are customised more than once. For coluimns name see the COLUMN_ keys.

Which key does not work?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Oh, I didn't rename the keys because I didn't want to modify every reference to them in every file so I thought I could just modify the values in the XMLs.  I was just wondering if there was an easy way to have the values that show up in customise use the values and not the keys.


SystemIdleProcess
· 1
SystemIdleProcess
helpful
0
not helpful

Sorry, you did not understand me.

We are using the values of the key:

<item name="COLUMNIssueID">Issue ID</item>

Will user Issue ID as the caption.

Now if you change that for the translation file you are using say en-GB this should work:

 <item name="COLUMNIssueID">Issue Identifier</item>


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

I also noticed that Update emails show the field keys instead of the values.

The following fields I have modified and do not show properly in customise or emails:

 <item name="COLUMNIssuePriority">Severity</item>
 <item name="COLUMN
IssuePrioritySequence" toTranslate="TRUE">Severity Sequence</item>
 <item name="COLUMNIssuePriorityDesc">Severity</item>
 <item name="COLUMN
RiskLevel">Priority</item>
 <item name="COLUMNRiskLevelDesc">Priority</item>
 <item name="COLUMN
StartDate">Estimated Release Date</item>

These show up properly on the list view just not in the customise screen (user/IssuesView.aspx?PROJID=-2) under the Available Issue Properties and Selected Issue Properties select fields.

They show as IssuePriority, IssuePriorityDesc, RiskLevel, RiskLevelDesc and StartDate.

Example snippet or email:

Field Previous Value Current Value Priority Low Medium

Priority should read Severity.


SystemIdleProcess
· 1
SystemIdleProcess
helpful
0
not helpful

I see, the customise screen can not be customised at the moment.

We will look into making this possible for the next releas: http://gemini.countersoft.com/Default.aspx?p=2&i=1200

Emails, unfortunately, can be customised to one language only. See the templates directory.


Saar Cohen
· 5000
Saar Cohen