View Issue Details

IDProjectCategoryView StatusLast Update
0004558mantisbtcustom fieldspublic2004-11-06 06:55
Reporterbpfennig Assigned Tobpfennig  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.19.0 
Fixed in Version0.19.1 
Summary0004558: Custom Fields doesn't display links
Description

In custom fields URLs not displayed as link.

TagsNo tags attached.
Attached Files
patch_0004558.txt (359 bytes)   
diff -u -r1.41 custom_field_api.php
--- custom_field_api.php	27 Aug 2004 23:05:33 -0000	1.41
+++ custom_field_api.php	15 Sep 2004 19:03:18 -0000
@@ -942,7 +942,7 @@
 			$result = str_replace( '||', '', '|' . $p_value . '|' );
 			break;
 		default:
-			$result = $p_value;
+			$result = string_display_links($p_value);
 		}
 		return $result;
 	}
patch_0004558.txt (359 bytes)   

Relationships

has duplicate 0003604 closedbpfennig Add http link as custom field type 

Activities