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

This commit is contained in:
azivner 2018-12-30 15:21:53 +01:00
parent 3f8e8f8561
commit 0a35abf68f

View file

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