Problem/Motivation

When comparing the WorkflowTransition Widget in the following places, we see a difference in the help text:
- Entity edit-form displays helpt text directly at the start of the widget, AND directly below the available (radio buttons) options;
- Workflow Block displays helptext in none of these locations;
- Workflow History tab displays helptext in none of these locations.

Comments

johnv created an issue. See original summary.

johnv’s picture

Issue summary: View changes

This is also documented in the code of WorkflowTransitionElement.php:

    // The help text is not available for container. Let's add it to the
    // State box. N.B. it is empty on Workflow Tab, Node View page.
    $help_text = isset($element['#description']) ? $element['#description'] : '';

  • johnv committed 7e05a9d on 8.x-1.x
    Issue #3217214: WorkflowTransitionForm Help text
    
johnv’s picture

Above commit removes the duplication in the Entity Edit form.

johnv’s picture

Title: WorkflowTransitionForm Help text » Inconsistent UX for WorkflowTransitionForm Help text
johnv’s picture

Title: Inconsistent UX for WorkflowTransitionForm Help text » WorkflowTransitionForm does not show Help text consistently