View Issue Details

IDProjectCategoryView StatusLast Update
0034611mantisbtreportspublic2024-09-07 10:43
Reporterdregad Assigned Todregad  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version2.27.0 
Target Version2.27.0Fixed in Version2.27.0 
Summary0034611: Allow HTML-like labels in relationship graphs
Description

Currently, relationship graphs can only display plain-text labels.

GraphViz allows HTML-like labels, by simply wrapping the label in < > instead of ".

TagsNo tags attached.

Relationships

related to 0034607 resolveddregad Incorrect Workflow Graph display if the status name contains a space 

Activities

dregad

dregad

2024-09-02 12:55

developer   ~0069142

Implement as prerequisite to fix 0034607

dregad

dregad

2024-09-02 18:47

developer   ~0069149

PR https://github.com/mantisbt/mantisbt/pull/2024

Related Changesets

MantisBT: master 82cb765c

2024-09-02 12:53

dregad


Details Diff
Support HTML Graph labels

Graphviz allows HTML-like labels [1]. To enable them, the string must
be quoted with `< >` instead of `"`.

Fixes 0034611

[1]: https://www.graphviz.org/doc/info/shapes.html#html
Affected Issues
0034611
mod - core/graphviz_api.php Diff File