Actions
Bug #91830
closedElementInformationController gets wrong table name when clicking on the ref counter leading to access denied even for admins
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2020-07-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The "i" Button in List module works, but the ref counter in list module (which does the same as the Info button when clicked -> showing the info popup) does not work at all (even for admins). There's always permission denied.
The properties of ElementInformationController
have all values passed to it initialised with single quotes. So it checks for a TCA table like (literally with quotes!) 'my_table'
which never exists.
Probably related: #89423
Updated by S P over 4 years ago
- Related to Bug #89423: No Access for all Users for "Display Information" with T3 9.5.10 added
Updated by Georg Ringer about 4 years ago
- Status changed from New to Closed
this has been solved with #92049, closing it
Updated by Georg Ringer about 4 years ago
- Is duplicate of Bug #92049: Showing Ref-Information not working added
Actions