diff --git a/financer-web-client/src/main/java/de/financer/controller/TransactionController.java b/financer-web-client/src/main/java/de/financer/controller/TransactionController.java index bdf481d..361b7c9 100644 --- a/financer-web-client/src/main/java/de/financer/controller/TransactionController.java +++ b/financer-web-client/src/main/java/de/financer/controller/TransactionController.java @@ -292,7 +292,7 @@ public class TransactionController { model.addAttribute("fromAccounts", fromAccounts); model.addAttribute("toAccounts", toAccounts); - final ResponseEntity> response = new GetAllActiveRecurringTransactionsTemplate() + final ResponseEntity> response = new GetAllRecurringTransactionsTemplate() .exchange(this.financerConfig); final List recurringTransactionList = new ArrayList<>(); final RecurringTransaction emptyRecurring = new RecurringTransaction(); diff --git a/financer-web-client/src/main/resources/static/changelog.txt b/financer-web-client/src/main/resources/static/changelog.txt index ecfcdb3..fd518d0 100644 --- a/financer-web-client/src/main/resources/static/changelog.txt +++ b/financer-web-client/src/main/resources/static/changelog.txt @@ -1,5 +1,6 @@ -v48 -> v40: -- +v48 -> v49: +- #27 The recurring transaction selection during transaction import now contains all recurring transaction instead of + only the active ones v47 -> v48: - Added new property 'transaction type' to a transaction, denoting the type of the transaction, e.g. asset swap,