Total Complexity | 0 |
Total Lines | 11 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | ## Script (Python) "guard_handler" |
||
2 | ##bind container=container |
||
3 | ##bind context=context |
||
4 | ##bind namespace= |
||
5 | ##bind script=script |
||
6 | ##bind subpath=traverse_subpath |
||
7 | ##parameters=transition_id=None |
||
8 | ##title=guard_handler Script |
||
9 | from bika.lims.workflow import guard_handler as wf_guard_handler |
||
10 | return wf_guard_handler(context, transition_id) |
||
11 |