seitime-frappe/frappe/workflow
Mohammad Hasnain Mohsin Rajan f21b343488
perf: role instead of users in workflow actions (#15789)
Create a single workflow action document for pending transitions.
The Roles that are allowed to make the transition are stored in a Table MultiSelect field.
Workflow action doctype is filtered on the basis of applied roles on the visiting user.
The user column is retained for backward compatibility.

BREAKING CHANGE: The user field will no longer be used, A new field that stores applicable roles will be used instead.
2022-03-07 13:01:31 +05:30
..
doctype perf: role instead of users in workflow actions (#15789) 2022-03-07 13:01:31 +05:30
__init__.py [refactor] moved workflow to separate module 2014-09-29 12:21:11 +05:30