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');
|
router.navigate('/accounting');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
entry.tags = [];
|
//entry.tags = [];
|
||||||
onSave();
|
onSave();
|
||||||
document.getElementById('date-input').focus();
|
document.getElementById('date-input').focus();
|
||||||
} else error(res);
|
} else error(res);
|
||||||
|
|||||||
Reference in New Issue
Block a user