Actions
Bug #92603
closedEpic #89595: Improve accessibility of backend
The context sensitive help description text of pages.no_search is wrong since the appearance of the field in the backend has been changed.
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2020-10-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
tas2020, accessibility
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
Before the change you had to check the checkbox, so that the page is excluded from searching operations.
But because of the change, the displayed state is always inverted. So, if the field has the value "0" the checkbox is checked. In other words: if the checkbox is checked, the page is included in searching operations. The context sensitive help description text should be changed accordingly:
"If enabled, this option excludes the page from searching operations on the website."
to
"If enabled, this option includes the page in searching operations on the website."
All the translations of this text should be changed too, of course.
Actions