Project

General

Profile

Actions

Feature #7391

closed

Html link as custom field

Added by Pierre Pretorius about 13 years ago. Updated about 13 years ago.

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

0%

Estimated time:
3.00 h
Resolution:
Duplicate

Description

Currently when you add a custom field you can choose from things like text, boolean, date, etc. I want to add text, but it should display as a link. You will know best how to implement this. Perhaps a check box "display as link" or "do not escape html" but I guess that is risky, perhaps its a different type of custom field.

Thanks,


Related issues

Is duplicate of Redmine - Feature #5794: URL custom fieldsClosed2010-07-01

Actions
Actions #1

Updated by Pierre Pretorius about 13 years ago

  • Assignee set to Jean-Philippe Lang
Actions #2

Updated by Kestutis None about 13 years ago

Test

Actions #3

Updated by Kestutis None about 13 years ago

  • Assignee changed from Jean-Philippe Lang to Holger Just

Kestutis Naureckas wrote:

Test

None

Actions #4

Updated by Holger Just about 13 years ago

  • Assignee deleted (Holger Just)

(reverted spam)

Actions #5

Updated by Daniel Martinez about 13 years ago

This can easily be done in about 1 minute.
simply wrap the line that renders the custom_value in the auto_link() function like this:

auto_link(simple_format_without_paragraph(h(show_value(value))))

and you instantly have clickable links

Actions #6

Updated by Etienne Massip about 13 years ago

  • Status changed from New to Closed
  • Resolution set to Duplicate

Closed as duplicate of #5794

Actions

Also available in: Atom PDF