mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ADF-3841] Improve edit-task-filter-cloud by adding inputs to control filters, sort and actions (#4113)
* [ADF-3841] Improve edit-task-filter-cloud by adding inputs to control filters, sort and actions * Refactored editTask * Added translate keys related to the edittask filter * Created TaskFilterProperties model * * Refactored Edit Task Filter * Added method to fetch all running applications * * Added date validation error message * * Added css mixin * * Removed dateError flag * Used formController error * * Added default filter properties * * Refactored appsProcessCloudService * Added flexlayout to align all filter properties * * Modified unit test for the recent changes* Added few unit tests* Updated editTaskFilter documentation * * Rebased with the latest changes * updated doc * Updated translate keys
This commit is contained in:
committed by
Eugenio Romano
parent
8431f0b1f1
commit
6fdd419476
@@ -30,7 +30,7 @@
|
||||
|
||||
public static LAYOUT_LIST: string = 'LIST';
|
||||
public static LAYOUT_GRID: string = 'GRID';
|
||||
public static RUNNING_STATUS: string = 'Running';
|
||||
public static RUNNING_STATUS: string = 'RUNNING';
|
||||
|
||||
@ContentChild(EmptyCustomContentDirective)
|
||||
emptyCustomContent: EmptyCustomContentDirective;
|
||||
|
Reference in New Issue
Block a user