Skip to content
Snippets Groups Projects
Commit 3ed5450f authored by Michael Schams's avatar Michael Schams Committed by Daniel Goerz
Browse files

[BUGFIX] Show correct data in backend user detail view

The backend user detail view shows the select/modify table with two
columns: "select" and "modify". This patch makes sure that the correct
data is shown in the table, in particular in column "modify".

Resolves: #90466
Releases: master
Change-Id: I706568defb1184d2809f24547d95e2eea9d46a8c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63345


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
parent f0deda03
Branches
Tags
No related merge requests found
......@@ -134,7 +134,7 @@
</bu:display.tableAccess>
</td>
<td class="text-center">
<bu:display.tableAccess table="{table}" select="{data.tables.tables_select}"
<bu:display.tableAccess table="{table}" select="{data.tables.tables_modify}"
modify="{data.tables.tables_modify}">
<f:then><span class="t3-icon change-permission fa fa-check text-success"></span>
</f:then>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment