Merge pull request 'hotfix-item.tags_card_reload' (!1332) from hotfix-iten.tags_card_reload into master
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #1332
This commit is contained in:
Vicent Llopis 2023-02-17 12:08:53 +00:00
commit 677840e7cf
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ class Controller extends Section {
this.$.model.refresh();
this.$.watcher.notifySaved();
this.$.watcher.updateOriginalData();
this.card.reload();
});
}
}