Add missing CSRF checks
This commit is contained in:
committed by
fguillot
parent
41102ec161
commit
71123b0f37
@@ -12,7 +12,7 @@
|
||||
<?php else: ?>
|
||||
<table
|
||||
class="columns-table table-striped"
|
||||
data-save-position-url="<?= $this->url->href('ColumnController', 'move', array('project_id' => $project['id'])) ?>">
|
||||
data-save-position-url="<?= $this->url->href('ColumnController', 'move', array('project_id' => $project['id'], 'csrf_token' => $this->app->getToken()->getReusableCSRFToken())) ?>">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><?= t('Column') ?></th>
|
||||
|
||||
Reference in New Issue
Block a user