mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 09:38:49 +01:00
Add REST API for Checklist Items (Related to #1562)
This commit is contained in:
parent
4861da52a0
commit
9eef5112dc
2 changed files with 51 additions and 0 deletions
|
|
@ -136,6 +136,7 @@ if (Meteor.isServer) {
|
|||
return {
|
||||
_id: doc._id,
|
||||
title: doc.title,
|
||||
isFinished: doc.isFinished,
|
||||
};
|
||||
});
|
||||
JsonRoutes.sendResult(res, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue