This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
wekan
mirror of
https://github.com/wekan/wekan.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Try to fix prettify.
Lauri Ojansivu
5 years ago
parent
1728298659
commit
22083787f9
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
models/cards.js
+ 2
- 0
models/cards.js
View File
@@ -1202,6 +1202,8 @@ Cards.mutations({
assignees: assigneeId,
assignees: assigneeId,
},
},
};
};
+ } else {
+ return false;
}
}
},
},