Project

General

Profile

Actions

Feature #105665

open

Add "description" to all additional fields of a task

Added by Netresearch DTT GmbH about 3 hours ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
scheduler
Target version:
Start date:
2024-11-21
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
trivial
Sprint Focus:

Description

Add a "description" to all fields in a scheduler task, not just the "input" fields in /typo3/cms-scheduler/Resources/Private/Partials/AddEditAdditionalFields.html. I don't really understand why this has only been done there so far. This would make it much easier to add explanatory descriptions to a configurable field, making it easier for the editor to understand how to use it. Furthermore, it would not require the label to be unnecessarily bloated, but could keep it short and sweet.

The changes are actually easy to implement. Here, just like with "input", the HTML snippet

<f:if condition="{field.description}">
    <div class="form-description">{field.description}</div>
</f:if>

has to be added everywhere.

No data to display

Actions

Also available in: Atom PDF