added get values for process definition id

This commit is contained in:
Vito Albano 2016-11-11 01:40:50 +00:00
parent 38b61a4f64
commit 572d9b37e5

View File

@ -39,7 +39,7 @@ export class DropdownEditorComponent extends CellEditorComponent implements OnIn
let field = this.table.field; let field = this.table.field;
if (field) { if (field) {
if (this.column.optionType === 'rest') { if (this.column.optionType === 'rest') {
if (this.table.form.processDefinitionId) { if (this.table.form && this.table.form.processDefinitionId) {
this.getValuesByProcessDefinitionId(field); this.getValuesByProcessDefinitionId(field);
} else { } else {
this.getValuesByTaskId(field); this.getValuesByTaskId(field);