mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fix path for repo-based Web Client Extension
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6727 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -60,7 +60,7 @@ public final class ResourceBundleWrapper extends ResourceBundle
|
|||||||
|
|
||||||
public static final String BEAN_RESOURCE_BUNDLE_WRAPPER = "resourceBundleWrapper";
|
public static final String BEAN_RESOURCE_BUNDLE_WRAPPER = "resourceBundleWrapper";
|
||||||
|
|
||||||
public static final String PATH = "app:company_home/app:dictionary/cm:webclient_extension";
|
public static final String PATH = "app:company_home/app:dictionary/app:webclient_extension";
|
||||||
|
|
||||||
public ResourceBundleWrapper(MessageService messageService)
|
public ResourceBundleWrapper(MessageService messageService)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user