Project

General

Profile

Actions

Bug #103561

open

ActionMenus - "selected" status in the options is not set correctly

Added by Mathis Krüper 28 days ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2024-04-08
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Hello everyone, I have integrated an Action Menu as follows:

<f:be.menus.actionMenu>
    <f:be.menus.actionMenuItem label="{f:translate(key:'be_menu_start')}" action="start" controller="Message"/>
    <f:be.menus.actionMenuItem label="{f:translate(key:'be_menu_booking')}" action="list" controller="Appointment" />
    ...
</f:be.menus.actionMenu>

Unfortunately, I noticed that the "selected" status in the options is not set correctly because the token does not seem to be passed to the ActionMenuItemViewHelper.

No data to display

Actions

Also available in: Atom PDF