Merge pull request #816 from Alfresco/dev-denys-814

Fixes for Activiti Form (validation and rendering)
This commit is contained in:
Mario Romano
2016-09-27 15:43:58 +02:00
committed by GitHub
11 changed files with 114 additions and 21 deletions

View File

@@ -188,7 +188,7 @@ describe('ShareDataTableAdapter', () => {
});
it('should log error when having date conversion issues', () => {
let dateValue = '[wrong-date]';
let dateValue = <Date> {};
let file = new FileNode();
file.entry.createdAt = <any> dateValue;