Skip to content

[4.1] Workflow missing translations #37390

@heelc29

Description

@heelc29

Steps to reproduce the issue

  1. open com_workflow/stage/edit (new)
  2. open com_workflow/transition/edit (new or edit)

Expected result

No untranslated strings

Actual result

2 untranslated strings

  1. COM_WORKFLOW_STAGE_FORM_NEW → code and language mismatch [4.0] Form label [a11y] #32060
    COM_WORKFLOW_STAGE_FORM_ADD="Add Stage"
    COM_WORKFLOW_STAGE_FORM_EDIT="Edit Stage"

    <form action="<?php echo Route::_('index.php?option=com_workflow&view=stage&workflow_id=' . $input->getCmd('workflow_id') . '&extension=' . $input->getCmd('extension') . '&layout=' . $layout . $tmpl . '&id=' . (int) $this->item->id); ?>" method="post" name="adminForm" id="workflow-form" aria-label="<?php echo Text::_('COM_WORKFLOW_STAGE_FORM_' . ((int) $this->item->id === 0 ? 'NEW' : 'EDIT'), true); ?>" class="form-validate">
  2. JGLOBAL_FIELDSET_NOTIFICATION → missing fieldset label
    <fieldset name="notification">

System information (as much as possible)

Joomla: 4.1.1-rc3-dev
PHP: 8.1.1
DB: 10.4.22-MariaDB

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions