•  
      request #11697 Start scrum no longer have colors associated to card types
    Infos
    #11697
    Manuel Vacelet (vaceletm)
    2018-06-29 15:08
    2018-06-27 14:02
    12105
    Details
    Start scrum no longer have colors associated to card types

    Colors in scrum template are legacy (RGB) but Tracker structure XML import is broken with legacy colors:

    1. isUsingOldPalette assert that $tlp_color_name === null
    2. xml import cast to (string) $xml['tlp_color_name']
    3. with legacy colors defined in XML, xml tlp_color_name is not defined
    4. hence decorator tlp_color_name is set to '' thanks to the cast
    5. back to 1. '' !== null => is not using old plalette
    Agile Dashboard
    10.2
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2018-06-29
    Attachments
    Empty
    References

    Follow-ups