Add missing CSRF checks
This commit is contained in:
committed by
fguillot
parent
41102ec161
commit
71123b0f37
@@ -205,6 +205,7 @@ class SwimlaneController extends BaseController
|
||||
*/
|
||||
public function move()
|
||||
{
|
||||
$this->checkReusableGETCSRFParam();
|
||||
$project = $this->getProject();
|
||||
$values = $this->request->getJson();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user