Fix typo
BoardViewController doesn't have the "save" method.
This commit is contained in:
parent
9e8e61db70
commit
30c32d9d00
|
|
@ -35,7 +35,7 @@ class ProjectRoleHelper extends Base
|
|||
*/
|
||||
public function isDraggable(array &$task)
|
||||
{
|
||||
if ($task['is_active'] == 1 && $this->helper->user->hasProjectAccess('BoardViewController', 'save', $task['project_id'])) {
|
||||
if ($task['is_active'] == 1 && $this->helper->user->hasProjectAccess('BoardAjaxController', 'save', $task['project_id'])) {
|
||||
return $this->isSortableColumn($task['project_id'], $task['column_id']);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue