Skip to content
Snippets Groups Projects
Commit a13f1b6c authored by Benjamin Kott's avatar Benjamin Kott Committed by Stefan Bürk
Browse files

[BUGFIX] Edit buttons using current language-scope in page module

The page module is a language-scoped view of pages. The user is always
in a language context. The language context is respected by all actions
within the module, except the edit button in the module bar. Instead of
respecting the context, a second button is added to enter the translated
page properties.

This is a problem, because the language context is ignored and the user
now faces a button with a different behavior, using the same voice and
tone on their labels.

For example the "view" button does not change the label and openes the
current page always in the selected language. The "edit" button also does
not change the label, but opens always the default language record.

This is a heavy inconsitency in the user experience and needs to be
addressed.

We are now adjusting this to have the edit button always visible and
disable the button if the user has no permission to perform the task.
The edit button will now always respect the the current selected
language and the additional button is therefore dropped.

In the language comparison view, the edit and view buttons are
now removed, because those action buttons already exist on the
corresponding language columns.

Resolves: #99919
Releases: main

Change-Id: I905f39bad275b4d396001ae2be1402eb08e7d160
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77822


Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
parent c91e633f
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