Codacy cleanup
This commit is contained in:
parent
44027d152d
commit
7a8f632221
@ -176,7 +176,7 @@ class Tasks extends BaseController {
|
|||||||
$user_opts = R::load('useroption', $user->user_option_id);
|
$user_opts = R::load('useroption', $user->user_option_id);
|
||||||
|
|
||||||
$counter = 1;
|
$counter = 1;
|
||||||
foreach($column->xownTaskList as $task) {
|
foreach ($column->xownTaskList as $task) {
|
||||||
$task->position = $counter;
|
$task->position = $counter;
|
||||||
$counter++;
|
$counter++;
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
/* global expect AuthServiceMock SanitizerMock NotificationsServiceMock BoardServiceMock ModalServiceMock */
|
/* global expect AuthServiceMock SanitizerMock NotificationsServiceMock
|
||||||
|
BoardServiceMock ModalServiceMock StringsServiceMock */
|
||||||
var path = '../../../../build/board/task/',
|
var path = '../../../../build/board/task/',
|
||||||
TaskDisplay = require(path + 'task.component.js').TaskDisplay;
|
TaskDisplay = require(path + 'task.component.js').TaskDisplay;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user