mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Support to audit create/copy in the UI
Annotated missing method ... git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3695 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -161,9 +161,21 @@
|
||||
from
|
||||
org.alfresco.repo.audit.hibernate.AuditFactImpl as audit_fact
|
||||
where
|
||||
audit_fact.storeProtocol = :protocol and
|
||||
audit_fact.storeId = :store_id and
|
||||
audit_fact.nodeUUID = :node_id
|
||||
(audit_fact.storeProtocol = :protocol and
|
||||
audit_fact.storeId = :store_id and
|
||||
audit_fact.nodeUUID = :node_id)
|
||||
or
|
||||
arg1 like :nodeRef
|
||||
or
|
||||
arg2 like :nodeRef
|
||||
or
|
||||
arg3 like :nodeRef
|
||||
or
|
||||
arg4 like :nodeRef
|
||||
or
|
||||
arg5 like :nodeRef
|
||||
or
|
||||
returnValue like :nodeRef
|
||||
order by
|
||||
audit_fact.date asc
|
||||
</query>
|
||||
|
Reference in New Issue
Block a user