mirror of
https://github.com/plankanban/planka.git
synced 2025-12-21 17:25:39 +03:00
ref: Refactoring
This commit is contained in:
@@ -58,7 +58,7 @@ module.exports = {
|
||||
const board = values.board || inputs.board;
|
||||
|
||||
if (!_.isUndefined(values.position)) {
|
||||
const lists = await sails.helpers.boards.getFiniteListsById(board.id, inputs.record.id);
|
||||
const lists = await sails.helpers.boards.getKanbanListsById(board.id, inputs.record.id);
|
||||
|
||||
const { position, repositions } = sails.helpers.utils.insertToPositionables(
|
||||
values.position,
|
||||
|
||||
Reference in New Issue
Block a user