Project

General

Profile

Actions

Bug #101674

closed

Improve user interface for selecting linktypes via checkboxes in Linkvalidator

Added by Sybille Peters 9 months ago. Updated 8 months ago.

Status:
Resolved
Priority:
Should have
Category:
Linkvalidator
Target version:
-
Start date:
2023-08-13
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
backend usability, backend ux
Complexity:
Is Regression:
Sprint Focus:

Description

The linkvalidator linktypes checkbox selector can be a bit tedious to use.

On initially using linkvalidator, all linktypes are usually deactivated by default. So you would have to activate them all, clicking 3 or more times (there may be more custom linktypes configured).

Also, if not just the Reports but the Check view is enabled, you have to repeat this again.

Possible improvement

Add a "Toggle all" checkbox as is already used in the SelectCheckBoxElement FormEngine renderType. (the FormEngine version can be looked at using the styleguide extension: list view, page "elements select"):

Screenshots

before:

after:

Implementation details

Since Linkvalidator uses Fluid for the view, we would probably have to write that from scratch.

Implement like FormEngine type="select", renderType="selectCheckBox".

Behaviour:

  • "Toggle all" gets checked as soon as all checkboxes are checked
  • "Toggle all" gets unchecked when not all checkboxes are checked
  • "Toggle all: if clicked will change state, e.g. if unchecked will change to checked and all checkboxes will be checked

Files


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #103100: "Refresh display" or "Check links" button is entirely disabled if all checkboxes are unchecked initially (usage is broken)Resolved2024-02-11

Actions
Actions

Also available in: Atom PDF