Details
Description
Change the graph labels used to support Unicode characters by removing the HTML-encoding set on them. They still must be safe for use in JavaScript, so escape the quotes:
i.e. Update
"key":"<?php $this->Html->_($data['name']);?>",
to:
"key":"<?php echo str_replace('"', '\"', $this->Html->ifSet($data['name']));?>",
Activity
Tyson Phillips (Inactive)
created issue -
Automated transition triggered when Jonathan Reissmueller created a branch in Stash -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | In Progress [ 3 ] |
Jonathan Reissmueller
made changes -
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 30 minutes [ 1800 ] | |
Worklog Id | 10507 [ 10507 ] |
Automated transition triggered when Jonathan Reissmueller created pull request #13 in Stash -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Automated transition triggered when Tyson Phillips (Inactive) merged pull request #13 in Stash -
Status | In Review [ 5 ] | Closed [ 6 ] |