Require password confirmation when changing workflow rules
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
145da710a5
commit
410e0fc28f
2 changed files with 6 additions and 0 deletions
Binary file not shown.
|
@ -58,6 +58,8 @@ class FlowOperations extends Controller {
|
|||
}
|
||||
|
||||
/**
|
||||
* @PasswordConfirmationRequired
|
||||
*
|
||||
* @param string $class
|
||||
* @param string $name
|
||||
* @param array[] $checks
|
||||
|
@ -75,6 +77,8 @@ class FlowOperations extends Controller {
|
|||
}
|
||||
|
||||
/**
|
||||
* @PasswordConfirmationRequired
|
||||
*
|
||||
* @param int $id
|
||||
* @param string $name
|
||||
* @param array[] $checks
|
||||
|
@ -92,6 +96,8 @@ class FlowOperations extends Controller {
|
|||
}
|
||||
|
||||
/**
|
||||
* @PasswordConfirmationRequired
|
||||
*
|
||||
* @param int $id
|
||||
* @return JSONResponse
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue