mirror of
https://github.com/wekan/wekan.git
synced 2026-03-03 12:20:15 +01:00
Fix edit_swimlane
This commit is contained in:
parent
48c763dbe3
commit
3a22d4efdc
1 changed files with 1 additions and 1 deletions
|
|
@ -510,7 +510,7 @@ if (Meteor.isServer) {
|
||||||
if (!swimlane) {
|
if (!swimlane) {
|
||||||
throw new Meteor.Error('not-found', 'Swimlane not found');
|
throw new Meteor.Error('not-found', 'Swimlane not found');
|
||||||
}
|
}
|
||||||
Swimlanes.update(
|
Swimlanes.direct.update(
|
||||||
{ _id: paramSwimlaneId },
|
{ _id: paramSwimlaneId },
|
||||||
{ $set: { title: req.body.title } }
|
{ $set: { title: req.body.title } }
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue