mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
added get values for process definition id
This commit is contained in:
parent
38b61a4f64
commit
572d9b37e5
@ -39,7 +39,7 @@ export class DropdownEditorComponent extends CellEditorComponent implements OnIn
|
||||
let field = this.table.field;
|
||||
if (field) {
|
||||
if (this.column.optionType === 'rest') {
|
||||
if (this.table.form.processDefinitionId) {
|
||||
if (this.table.form && this.table.form.processDefinitionId) {
|
||||
this.getValuesByProcessDefinitionId(field);
|
||||
} else {
|
||||
this.getValuesByTaskId(field);
|
||||
|
Loading…
x
Reference in New Issue
Block a user