mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fix return value of edit_custom_field_dropdown_item
This commit is contained in:
parent
1be3a5c918
commit
7865368153
1 changed files with 1 additions and 1 deletions
|
|
@ -549,7 +549,7 @@ if (Meteor.isServer) {
|
||||||
|
|
||||||
JsonRoutes.sendResult(res, {
|
JsonRoutes.sendResult(res, {
|
||||||
code: 200,
|
code: 200,
|
||||||
data: { _id: customFieldId },
|
data: { _id: paramDropdownItemId },
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue