Actions
Defect #22305
closedHighlighting of required and read-only custom fields broken in Workflow editor.
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
Related issues
Updated by Go MAEDA over 8 years ago
- File defect-22305.png defect-22305.png added
- Status changed from New to Confirmed
Confirmed in trunk (3.2.1.devel.15287).
Caused by a wrong class name for td element.
<td class="["required"]">
<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">»</a>
</td>
Updated by Go MAEDA over 8 years ago
- Related to Defect #19580: "Required" and "Read-only" rules on "Fields Permissions" screen are not colored added
Updated by Go MAEDA over 8 years ago
- File defect-22305.diff defect-22305.diff added
- Target version set to 3.1.5
- Affected version changed from 3.2.1 to 3.1.4
Here is a patch to fix this issue: defect-22305.diff
Updated by Jean-Philippe Lang over 8 years ago
- Status changed from Confirmed to Resolved
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Committed, thanks.
Updated by Jean-Philippe Lang over 8 years ago
- Status changed from Resolved to Closed
Actions