refresh note detail view after attribute save (from full dialog, not promoted notes), closes #261

pull/255/head
azivner 2018-12-30 15:21:53 +07:00
parent 3f8e8f8561
commit 0a35abf68f
1 changed files with 2 additions and 0 deletions

@ -169,6 +169,8 @@ function AttributesModel() {
infoService.showMessage("Attributes have been saved.");
attributeService.refreshAttributes();
noteDetailService.reload();
};
function addLastEmptyRow() {