Commit d5229fe
committed
[BUGFIX] Reanimate pagebrowser on some detail pages in backend
Before this commit: When action are written with camelcase like "DetailPage" the action was handled in UriViewHelper with strtolower() what leads to "detailpage". But we need "detailPage".
After this commit pagebrowser works as expected in TYPO3 13
How to reproduce this bug: Backend/Analysis/Pagevits&Downloads/[anypageWithALotOfVisits]/Show details/Page 2 in Pagebrowser1 parent 828ee26 commit d5229fe
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments