mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-100: Audit tool is not working
* Refactored server side unit tests (exposed at least one bug and shows that the event and property filters are still not working) * Fixed up admin and object audit views (formatting is still terrible, but it's functional) * Will close out the related issue, since formatting and other issues are covered by other bugs. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.0@36483 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -216,7 +216,7 @@ public final class RecordsManagementAuditEntry
|
||||
*/
|
||||
public Map<QName, Serializable> getAfterProperties()
|
||||
{
|
||||
return this.beforeProperties;
|
||||
return this.afterProperties;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -42,7 +42,7 @@ import org.quartz.JobExecutionException;
|
||||
*/
|
||||
public class RecordsManagementJob implements Job
|
||||
{
|
||||
private static long DEFAULT_TIME = 2000L;
|
||||
private static long DEFAULT_TIME = 30000L;
|
||||
|
||||
private JobLockService jobLockService;
|
||||
|
||||
|
Reference in New Issue
Block a user