Actions
Feature #7391
closedHtml link as custom field
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
Updated by Pierre Pretorius almost 14 years ago
- Assignee set to Jean-Philippe Lang
Updated by Kestutis None almost 14 years ago
- Assignee changed from Jean-Philippe Lang to Holger Just
Kestutis Naureckas wrote:
Test
None
Updated by Daniel Martinez almost 14 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
Updated by Etienne Massip almost 14 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Closed as duplicate of #5794
Actions