History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-3393
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Robin Shen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

configuration description tooltip should not show html tags

Created: 15/May/19 11:15 PM   Updated: 18/May/19 11:14 AM
Component/s: None
Affects Version/s: 9.0.9
Fix Version/s: 9.0.10

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 All   Comments   Work Log   Change History      Sort Order:
John Landers [17/May/19 08:50 PM]
Also 'Child Configurations' tab shows description with html markup.

See: http://demo.pmease.com/children/1
Should strip html markup for this display.

This code will strip html
Jsoup.parse(configuration.getDescription()).text()