mirror of
https://github.com/wekan/wekan.git
synced 2025-12-28 21:28:49 +01:00
Refactor imported -> linked in server and i18n
This commit is contained in:
parent
f76d8e47a8
commit
692a1bc369
3 changed files with 9 additions and 8 deletions
|
|
@ -219,7 +219,7 @@ Migrations.add('add-card-types', () => {
|
|||
{ _id: card._id },
|
||||
{ $set: {
|
||||
type: 'cardType-card',
|
||||
importedId: null } },
|
||||
linkedId: null } },
|
||||
noValidate
|
||||
);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue