mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add missing API endpoints.
This commit is contained in:
4
public/v1/js/ff/transactions/show.js
vendored
4
public/v1/js/ff/transactions/show.js
vendored
@@ -66,7 +66,7 @@ function makeAutoComplete() {
|
||||
}
|
||||
},
|
||||
remote: {
|
||||
url: acURI + '?search=%QUERY&uid=' + uid,
|
||||
url: acURI + '?query=%QUERY&uid=' + uid,
|
||||
wildcard: '%QUERY',
|
||||
filter: function (list) {
|
||||
return $.map(list, function (item) {
|
||||
@@ -85,4 +85,4 @@ function selectedJournal(event, journal) {
|
||||
$('#journal-selection').show();
|
||||
$('#selected-journal').html('<a href="' + groupURI.replace('%GROUP%', journal.transaction_group_id) + '">' + journal.description + '</a>').show();
|
||||
$('input[name="opposing"]').val(journal.id);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user