mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 09:11:20 +00:00
New code for edit transaction, and some tests.
This commit is contained in:
@@ -138,9 +138,13 @@
|
||||
}
|
||||
},
|
||||
selectedItem: function (e) {
|
||||
console.log('selectedItem()');
|
||||
if (typeof this.name === 'undefined') {
|
||||
return;
|
||||
}
|
||||
if(typeof this.name === 'string') {
|
||||
console.log('Is a string.');
|
||||
}
|
||||
// emit the fact that the user selected a type of account
|
||||
// (influencing the destination)
|
||||
this.$emit('select:account', this.name);
|
||||
|
||||
Reference in New Issue
Block a user