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?