cancel
Showing results for 
Search instead for 
Did you mean: 

Change labels/names in frontend

popeye
Champ in-the-making
Champ in-the-making
Hey guys,
in the owplugins.xml config file I've changed the <Name> for the simple property edit document function from
<Name>Edit Properties (Basic)<Name>
<id>com.wewebu.ow.owdocprops.OwEditDocumentPropertiesSimple</id>
to
<Name>Edit Properties</Name>
<id>com.wewebu.ow.owdocprops.OwEditDocumentPropertiesSimple</id>
The name is not updated in the UI anywhere (The old value with (Basic)) is listed in the Admin screen, in the context menu, etc. If I change the ID to something different then the value in the UI does update.
Can you tell me where this value is being cached and how to clear it?
2 REPLIES 2

chfi
Champ in-the-making
Champ in-the-making
Hi Popeye,
this "Edit Properties (Basic)" plugin is a standard plugin => all IDs of these standard plugins are localized in the "oecmlocalize.jar". OpenWorkdesk provides the option to localize all labels of the frontend. The following order is applied by OpenWorkdesk:
1. check if the ID is localized in the oecmlocalize.jar
2. check if the ID is localized in the oecmcustomlocalize.jar
3. if none of the above are configured, then OpenWorkdesk will use the default label that is defined in the code
=> so best approach for you is to rename the labels in your "oecmcustomlocalize.jar", so for example com.wewebu.ow.owdocprops.OwEditDocumentPropertiesSimple=Change Property Values
==> this will change the label in the UI from "Edit Properties (Basic)" to "Change Property Values"

popeye
Champ in-the-making
Champ in-the-making
Thanks…that worked perfectly  Smiley Happy
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.