File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/main/resources/templates/layout Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 142142 < i class ="fas fa-globe "> </ i > < b class ="caret "> </ b >
143143 </ a >
144144 < div class ="dropdown-menu " aria-labelledby ="contextMenu ">
145- < a th:href ="@{{url} (lang='de',url=${#request.getRequestURL()} )} "
145+ < a th:href ="@{/ (lang='de')} "
146146 class ="dropdown-item lang-switcher-de ">
147147 < img class ="lang-switcher-img " th:src ="@{/img/de.png} "/> deutsch
148148 </ a >
149- < a th:href ="@{{url} (lang='en',url=${#request.getRequestURL()} )} "
149+ < a th:href ="@{/ (lang='en')} "
150150 class ="dropdown-item lang-switcher-en ">
151151 < img class ="lang-switcher-img " th:src ="@{/img/gb.png} "/> english
152152 </ a >
Original file line number Diff line number Diff line change 216216
217217 function dropTask2Task ( ev ) {
218218 var myUrl = '' ;
219- var requestPath = '[(@{{url}(url=${#request.getRequestURI()})})]' ;
219+ var requestPath = window . location . href ;
220220 var requestPathFirst = requestPath . split ( "/" ) [ 1 ] ;
221- var requestPathSecond = requestPath . split ( "/" ) [ 2 ] ;
221+ var requestPathSecond = requestPath . split ( "/" ) [ 2 ] ;
222222 var srcType = ev . dataTransfer . getData ( "task" ) . split ( "_" ) [ 0 ] ;
223223 var sourceTaskId = ev . dataTransfer . getData ( "task" ) . split ( "_" ) [ 1 ] ;
224224 var destinationTaskIdInfo = ev . target . id ;
Original file line number Diff line number Diff line change 88 < input type ="hidden " th:field ="*{id} "/>
99 < input type ="hidden " th:field ="*{uuid} "/>
1010 < input type ="hidden " th:field ="*{focus} "/>
11- < input type ="hidden " th:field ="*{rowCreatedAt.time } "/>
11+ < input type ="hidden " th:field ="*{rowCreatedAt.toString() } "/>
1212 < input type ="hidden " th:name ="${_csrf.parameterName} " th:value ="${_csrf.token} "/>
1313 < div class ="row ">
1414 < div class ="col-md ">
You can’t perform that action at this time.
0 commit comments