mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 16:48:49 +01:00
Merge branch 'devel' of https://github.com/andresmanelli/wekan into devel
This commit is contained in:
commit
334c15ff71
4 changed files with 17 additions and 4 deletions
|
|
@ -855,10 +855,15 @@ if (Meteor.isServer) {
|
|||
permission: req.body.permission || 'private',
|
||||
color: req.body.color || 'belize',
|
||||
});
|
||||
const swimlaneId = Swimlanes.insert({
|
||||
title: TAPi18n.__('default'),
|
||||
boardId: id,
|
||||
});
|
||||
JsonRoutes.sendResult(res, {
|
||||
code: 200,
|
||||
data: {
|
||||
_id: id,
|
||||
defaultSwimlaneId: swimlaneId,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue