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:
Roy Wetherall
2012-05-17 08:09:14 +00:00
parent 54a12c4174
commit c2f7e0a8d3
5 changed files with 279 additions and 242 deletions

View File

@@ -216,7 +216,7 @@ public final class RecordsManagementAuditEntry
*/
public Map<QName, Serializable> getAfterProperties()
{
return this.beforeProperties;
return this.afterProperties;
}
/**

View File

@@ -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;