Werk #13022: Fix adding temperature graph to graph collections

Component User interface
Title Fix adding temperature graph to graph collections
Date Jul 7, 2021
Checkmk Edition Checkmk Raw (CRE)
Checkmk Version 2.0.0p8 2.1.0b1
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed

Before this werk it was not possible to add a "Temperature Zone N" graph to a graph collection. There was no error message visible, it was simply not added to the collection.

The function used to receive the graph definition was only expecting ascii characters, although the graph definition contained a degree symbol.

Now a unicode compatible function is used to receive the graph definition.

To the list of all Werks