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 #1

Updated by Go MAEDA about 5 years ago

  • Related to Feature #30977: Add CSS class to project custom fields added
Actions #2

Updated by Go MAEDA about 5 years ago

Attaching a patch.

Actions #3

Updated by Marius BÄ‚LTEANU about 5 years ago

  • Related to Patch #30994: Refactor custom field css classes added
Actions #4

Updated by Go MAEDA about 5 years ago

  • Status changed from New to Resolved
  • Assignee set to Go MAEDA
  • Resolution set to Fixed

Committed.

Actions #5

Updated by Go MAEDA about 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF