Explorar o código

Fix edit_swimlane

Jakub Jurczyk %!s(int64=2) %!d(string=hai) anos
pai
achega
3a22d4efdc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      models/swimlanes.js

+ 1 - 1
models/swimlanes.js

@@ -510,7 +510,7 @@ if (Meteor.isServer) {
       if (!swimlane) {
         throw new Meteor.Error('not-found', 'Swimlane not found');
       }
-      Swimlanes.update(
+      Swimlanes.direct.update(
         { _id: paramSwimlaneId },
         { $set: { title: req.body.title } }
       );