Project

General

Profile

Actions

Defect #22305

closed

Highlighting of required and read-only custom fields broken in Workflow editor.

Added by Serghei Zagorinyak about 8 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Normal
Category:
UI
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

1. Go to Administration/Workflow
2. Open Fields permissions tab
3. Add some read-only and required fields in the Standard fields section
4. Add some read-only and required fields in the Custom fields section
5. Save changes

Read-only and required fields in Standard fields section are highlighted with grey and red rescpectively.
Read-only and required fields in Custom fields section are not highlighted.


Files

defect-22305.png (6.91 KB) defect-22305.png Go MAEDA, 2016-03-27 05:31
defect-22305.diff (1.75 KB) defect-22305.diff Go MAEDA, 2016-03-27 06:32

Related issues

Related to Redmine - Defect #19580: "Required" and "Read-only" rules on "Fields Permissions" screen are not colored ClosedJean-Philippe Lang

Actions
Actions #1

Updated by Go MAEDA about 8 years ago

Confirmed in trunk (3.2.1.devel.15287).

Caused by a wrong class name for td element.

          <td class="[&quot;required&quot;]">
            <select name="permissions[1][5]" id="permissions_1_5"><option value=""></option>
<option value="readonly">Read-only</option>
<option selected="selected" value="required">Required</option></select>
            <a href="#" class="repeat-value">&#187;</a>
          </td>
Actions #2

Updated by Go MAEDA about 8 years ago

  • Related to Defect #19580: "Required" and "Read-only" rules on "Fields Permissions" screen are not colored added
Actions #3

Updated by Go MAEDA about 8 years ago

Here is a patch to fix this issue: defect-22305.diff

Actions #4

Updated by Jean-Philippe Lang about 8 years ago

  • Status changed from Confirmed to Resolved
  • Assignee set to Jean-Philippe Lang
  • Resolution set to Fixed

Committed, thanks.

Actions #5

Updated by Jean-Philippe Lang about 8 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF