Skip to content

Commit

Permalink
[BUGFIX] Set correct table for context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
nhovratov committed Aug 12, 2024
1 parent 4351148 commit a3befa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
aria-controls="contentMenu0" aria-label="{f:translate(key: 'LLL:EXT:backend/Resources/Private/Language/locallang_layout.xlf:advancedFunctions')}"
class="btn btn-default btn-borderless btn-sm"
data-contextmenu-trigger="click"
data-contextmenu-table="tt_content"
data-contextmenu-table="{item.table}"
data-contextmenu-uid="{item.record.uid}">
<core:icon identifier="actions-menu-alternative" />
</button>
Expand Down

0 comments on commit a3befa5

Please sign in to comment.