workflow add can_sign
This commit is contained in:
parent
6472d6bcdb
commit
03d37425ae
1 changed files with 2 additions and 0 deletions
|
|
@ -299,6 +299,7 @@ export class WorkflowController extends Controller {
|
||||||
can_change_state: false,
|
can_change_state: false,
|
||||||
can_delete: false,
|
can_delete: false,
|
||||||
can_cancel: false,
|
can_cancel: false,
|
||||||
|
can_sign: false,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
return new HttpSuccess({
|
return new HttpSuccess({
|
||||||
|
|
@ -312,6 +313,7 @@ export class WorkflowController extends Controller {
|
||||||
can_change_state: operator.canChangeState,
|
can_change_state: operator.canChangeState,
|
||||||
can_delete: operator.canDelete,
|
can_delete: operator.canDelete,
|
||||||
can_cancel: operator.canCancel,
|
can_cancel: operator.canCancel,
|
||||||
|
can_sign: operator.canSign,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue