mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Merge pull request #5047 from Pandetthe/master
Fix return value of edit_custom_field_dropdown_item
This commit is contained in:
commit
a94cc5351f
1 changed files with 1 additions and 1 deletions
|
@ -549,7 +549,7 @@ if (Meteor.isServer) {
|
|||
|
||||
JsonRoutes.sendResult(res, {
|
||||
code: 200,
|
||||
data: { _id: customFieldId },
|
||||
data: { _id: paramDropdownItemId },
|
||||
});
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue