Skip to content
Snippets Groups Projects
Commit f411371e authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed #418 - Wrong redirection on month change in transaction list

parent 346e9fd0
Branches
Tags
No related merge requests found
Pipeline #976 passed
......@@ -17,7 +17,7 @@
<main>
<div class="card main-card background-color">
<#import "../helpers/globalDatePicker.ftl" as datePicker>
<@datePicker.datePicker currentDate springMacroRequestContext.getRequestUri()/>
<@datePicker.datePicker currentDate "/transactions"/>
<br>
......
......@@ -18,7 +18,7 @@
<main>
<div class="card main-card background-color">
<#import "../helpers/globalDatePicker.ftl" as datePicker>
<@datePicker.datePicker currentDate springMacroRequestContext.getRequestUri()/>
<@datePicker.datePicker currentDate "/transactions"/>
<div class="container transaction-container">
<div class="row">
<div class="col s4">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment