mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Align task/process filters docs (#4276)
This commit is contained in:
@@ -316,6 +316,18 @@ export class EditProcessFilterCloudComponent implements OnChanges {
|
||||
value: currentProcessFilter.appName || '',
|
||||
options: this.applicationNames
|
||||
}),
|
||||
new ProcessFilterProperties({
|
||||
label: 'ADF_CLOUD_EDIT_PROCESS_FILTER.LABEL.PROCESS_INS_ID',
|
||||
type: 'text',
|
||||
key: 'processInstanceId',
|
||||
value: ''
|
||||
}),
|
||||
new ProcessFilterProperties({
|
||||
label: 'ADF_CLOUD_EDIT_PROCESS_FILTER.LABEL.PROCESS_NAME',
|
||||
type: 'text',
|
||||
key: 'processName',
|
||||
value: currentProcessFilter.processName || ''
|
||||
}),
|
||||
new ProcessFilterProperties({
|
||||
label: 'ADF_CLOUD_EDIT_PROCESS_FILTER.LABEL.INITIATOR',
|
||||
type: 'text',
|
||||
@@ -329,26 +341,6 @@ export class EditProcessFilterCloudComponent implements OnChanges {
|
||||
value: currentProcessFilter.state || this.status[0].value,
|
||||
options: this.status
|
||||
}),
|
||||
new ProcessFilterProperties({
|
||||
label: 'ADF_CLOUD_EDIT_PROCESS_FILTER.LABEL.SORT',
|
||||
type: 'select',
|
||||
key: 'sort',
|
||||
value: currentProcessFilter.sort || this.columns[0].value,
|
||||
options: this.columns
|
||||
}),
|
||||
new ProcessFilterProperties({
|
||||
label: 'ADF_CLOUD_EDIT_PROCESS_FILTER.LABEL.DIRECTION',
|
||||
type: 'select',
|
||||
key: 'order',
|
||||
value: currentProcessFilter.order || this.directions[0].value,
|
||||
options: this.directions
|
||||
}),
|
||||
new ProcessFilterProperties({
|
||||
label: 'ADF_CLOUD_EDIT_PROCESS_FILTER.LABEL.PROCESS_NAME',
|
||||
type: 'text',
|
||||
key: 'processName',
|
||||
value: currentProcessFilter.processName || ''
|
||||
}),
|
||||
new ProcessFilterProperties({
|
||||
label: 'ADF_CLOUD_EDIT_PROCESS_FILTER.LABEL.PROCESS_DEF_ID',
|
||||
type: 'text',
|
||||
@@ -361,24 +353,6 @@ export class EditProcessFilterCloudComponent implements OnChanges {
|
||||
key: 'processDefinitionKey',
|
||||
value: currentProcessFilter.processDefinitionKey || ''
|
||||
}),
|
||||
new ProcessFilterProperties({
|
||||
label: 'ADF_CLOUD_EDIT_PROCESS_FILTER.LABEL.PROCESS_INS_ID',
|
||||
type: 'text',
|
||||
key: 'processInstanceId',
|
||||
value: ''
|
||||
}),
|
||||
new ProcessFilterProperties({
|
||||
label: 'ADF_CLOUD_EDIT_PROCESS_FILTER.LABEL.START_DATE',
|
||||
type: 'date',
|
||||
key: 'startDate',
|
||||
value: ''
|
||||
}),
|
||||
new ProcessFilterProperties({
|
||||
label: 'ADF_CLOUD_EDIT_PROCESS_FILTER.LABEL.LAST_MODIFIED',
|
||||
type: 'date',
|
||||
key: 'lastModified',
|
||||
value: ''
|
||||
}),
|
||||
new ProcessFilterProperties({
|
||||
label: 'ADF_CLOUD_EDIT_PROCESS_FILTER.LABEL.LAST_MODIFIED_DATE_FORM',
|
||||
type: 'date',
|
||||
@@ -390,6 +364,20 @@ export class EditProcessFilterCloudComponent implements OnChanges {
|
||||
type: 'date',
|
||||
key: 'lastModifiedTo',
|
||||
value: ''
|
||||
}),
|
||||
new ProcessFilterProperties({
|
||||
label: 'ADF_CLOUD_EDIT_PROCESS_FILTER.LABEL.SORT',
|
||||
type: 'select',
|
||||
key: 'sort',
|
||||
value: currentProcessFilter.sort || this.columns[0].value,
|
||||
options: this.columns
|
||||
}),
|
||||
new ProcessFilterProperties({
|
||||
label: 'ADF_CLOUD_EDIT_PROCESS_FILTER.LABEL.DIRECTION',
|
||||
type: 'select',
|
||||
key: 'order',
|
||||
value: currentProcessFilter.order || this.directions[0].value,
|
||||
options: this.directions
|
||||
})
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user