Details

    • Type: Sub-task
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 4.2.0-b1
    • Component/s: Plugins
    • Labels:
      None

      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

        There are no comments yet on this issue.

          People

          • Assignee:
            jonathan Jonathan Reissmueller
            Reporter:
            tyson Tyson Phillips (Inactive)
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              5/Dec/17

              Time Tracking

              Estimated:
              Original Estimate - Not Specified
              Not Specified
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 30 minutes
              30m

                Agile