-
Bug
-
Resolution: Timed out
-
Low
-
None
-
6.1.6, 6.3.9
-
6.01
-
Severity 3 - Minor
-
-
In the custom field overview page ($baseurl/secure/admin/ViewCustomFields.jspa) there is a button "Find More Custom Fields" at the top. It links to UPM's add-on search, filtered by category "Custom Fields". That fails because the category is called "Custom fields" (lowercase f).
Problem:
Wrong URL in button: ...category=Custom+Fields...
Solution:
Change URL to: ...category=Custom+fields...