mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)
90406: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud) 90364: Merged DEV to V4.2-BUG-FIX (4.2.4) 90289 : MNT-12703: NPE at navigation via NodeBrowser - Initializing of variable git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@94676 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -386,6 +386,8 @@ public class NodeBrowserScript extends DeclarativeWebScript implements Serializa
|
||||
catch (UnsupportedOperationException err)
|
||||
{
|
||||
// some stores do not support associations
|
||||
// but we doesn't want NPE in code below
|
||||
refs = new ArrayList<AssociationRef>();
|
||||
}
|
||||
List<PeerAssociation> assocs = new ArrayList<PeerAssociation>(refs.size());
|
||||
for (AssociationRef ref : refs)
|
||||
|
Reference in New Issue
Block a user