mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merge branch 'feature-2.4/RM-3300' into 'release/V2.4'
Feature 2.4/rm 3300 See merge request !271
This commit is contained in:
@@ -154,7 +154,7 @@ public class RecordAspect extends AbstractDisposableItem
|
|||||||
kind = BehaviourKind.CLASS,
|
kind = BehaviourKind.CLASS,
|
||||||
notificationFrequency = NotificationFrequency.TRANSACTION_COMMIT
|
notificationFrequency = NotificationFrequency.TRANSACTION_COMMIT
|
||||||
)
|
)
|
||||||
public void onCreateReference(NodeRef fromNodeRef, NodeRef toNodeRef, QName reference)
|
public void onCreateReference(final NodeRef fromNodeRef, NodeRef toNodeRef, QName reference)
|
||||||
{
|
{
|
||||||
// Deal with versioned records
|
// Deal with versioned records
|
||||||
if (reference.equals(CUSTOM_REF_VERSIONS))
|
if (reference.equals(CUSTOM_REF_VERSIONS))
|
||||||
|
Reference in New Issue
Block a user