mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fix ALFCOM-3384 - unable to create WCM form-based content
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16706 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -449,7 +449,7 @@ public abstract class AbstractAVMNodeDAOImpl implements AVMNodeDAO
|
||||
}
|
||||
|
||||
// Get the persistent ID for the QName
|
||||
Pair<Long, QName> qnamePair = qnameDAO.getQName(qname);
|
||||
Pair<Long, QName> qnamePair = qnameDAO.getOrCreateQName(qname);
|
||||
if (qnamePair != null)
|
||||
{
|
||||
Long qnameId = qnamePair.getFirst();
|
||||
|
Reference in New Issue
Block a user