mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
78421: Merged EOL (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 75797: ACE-2149: EOL AVM / WCM - Removal from 'remote-api' project git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82553 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -74,7 +74,7 @@ public class DictionaryGet extends DictionaryWebServiceBase
|
||||
Map<QName, Collection<PropertyDefinition>> propdef = new HashMap<QName, Collection<PropertyDefinition>>();
|
||||
Map<QName, Collection<AssociationDefinition>> assocdef = new HashMap<QName, Collection<AssociationDefinition>>();
|
||||
|
||||
// check configured list of model namespaces to ignore i.e. wcm
|
||||
// check configured list of model namespaces to ignore
|
||||
for (String ns : this.namespaceService.getURIs())
|
||||
{
|
||||
if (!ignoreNamespaces.contains(ns))
|
||||
|
Reference in New Issue
Block a user