Details des Tickets
Beschreibung,Kommentare und Anhänge
| Title |
Id |
Author |
Created at |
Message |
| paging of trainings does not remove *applied* filters any more |
013c99d46d3d29f3299e4232f5b612d225d523eb |
TUV\gabrielg |
2023-10-27T08:19:13.000Z |
paging of trainings does not remove *applied* filters any more
|
| + added query |
7acff802f69ef23b1a602aa7503ee9ae72318bd3 |
TUV\gabrielg |
2023-11-07T10:24:01.000Z |
+ added query
+ added missing filter
+ fixed sorting
|
| Merge branch 'develop' of https://gitlab.learningsystem.de/lms/seventeen into… |
8b5d34ecf866d828dae3c7e2d6f8ad341dc3bb33 |
TUV\gabrielg |
2023-11-07T07:04:53.000Z |
Merge branch 'develop' of https://gitlab.learningsystem.de/lms/seventeen into feature/LL-1656-fix-paging-drops-filters
|
| passed request parameters to lots of pagers, more than necessary, as not all… |
a6c0847f6c0d1537e5c38d3576ae5414197bf4d2 |
TUV\gabrielg |
2023-11-07T12:05:54.000Z |
passed request parameters to lots of pagers, more than necessary, as not all affected listings provide filters
|
| 1. moved code that adds all query parameters to paginator from templates to controllers |
e1f184e6e3fa1d024e9a578369a4b14606064aec |
TUV\gabrielg |
2023-11-07T10:00:16.000Z |
1. moved code that adds all query parameters to paginator from templates to controllers
2. use ->withQueryString(); instead of ->appends(request()->query())
3. fixed filter bug in client administration
|