Project

General

Profile

Actions

Feature #30985

closed

Add CSS class to user custom fields

Added by Go MAEDA about 5 years ago. Updated about 5 years ago.

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

0%

Estimated time:
Resolution:
Fixed

Description

User custom fields displayed in the profile page don't have a CSS class that expresses the internal id of the custom field.

Those fields should have a class as already done in issue and project custom fields.

[The current HTML]

<ul>
  <li>Login: jsmith</li>
    <li>Phone number: 01 42 50 00 00</li>
    <li>Registered on: 07/19/2006</li>
    <li>Last connection: 07/19/2006</li>
</ul>

[HTML with classes]

<ul>
  <li>Login: jsmith</li>
    <li class="cf_4">Phone number: 01 42 50 00 00</li>
    <li>Registered on: 07/19/2006</li>
    <li>Last connection: 07/19/2006</li>
</ul>


Files

30985.diff (1.17 KB) 30985.diff Go MAEDA, 2019-03-07 15:28

Related issues

Related to Redmine - Feature #30977: Add CSS class to project custom fieldsClosedGo MAEDA

Actions
Related to Redmine - Patch #30994: Refactor custom field css classesClosedGo MAEDA

Actions
Actions

Also available in: Atom PDF