mirror of
https://github.com/wekan/wekan.git
synced 2026-02-26 18:04:06 +01:00
changed edit_card and get_card_by_customfields
There was a bug in edit_card API: If I call API to edit listid and some fields It modifies only the listid. In addiction I've modified get_card_by_customfield to return full documents.
This commit is contained in:
parent
8bf13f43e8
commit
95522ebcd9
2 changed files with 32 additions and 40 deletions
|
|
@ -1136,9 +1136,9 @@ if (Meteor.isServer) {
|
|||
*/
|
||||
|
||||
const Future = require('fibers/future');
|
||||
let future1 = new Future();
|
||||
let future2 = new Future();
|
||||
let future3 = new Future();
|
||||
const future1 = new Future();
|
||||
const future2 = new Future();
|
||||
const future3 = new Future();
|
||||
Boards.insert(
|
||||
{
|
||||
title: TAPi18n.__('templates'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue