mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
added get values for process definition id
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user