usability improvement: no longer dropping tags when saving transaction
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
router.navigate('/accounting');
|
||||
return;
|
||||
}
|
||||
entry.tags = [];
|
||||
//entry.tags = [];
|
||||
onSave();
|
||||
document.getElementById('date-input').focus();
|
||||
} else error(res);
|
||||
|
||||
Reference in New Issue
Block a user