Branch: refs/heads/2.0.0
Home:
https://github.com/tribe29/checkmk
Commit: 5fd7be28bb927a27d4e992a168ebb95d28742356
https://github.com/tribe29/checkmk/commit/5fd7be28bb927a27d4e992a168ebb95d2…
Author: Teresa Siegmantel <teresa.siegmantel(a)tribe29.com>
Date: 2023-01-31 (Tue, 31 Jan 2023)
Changed paths:
A .werks/13971
M cmk/gui/fields/utils.py
Log Message:
-----------
13971 FIX Host Tag can now be "null" in REST API responses
None is a valid Tag choice ID and indicated that when the tag was created
the choice ID was left blank. This is probably to accommodate tags with
only one choice, which are displayed as checkboxes in the UI.
This change was inspired by the change with id Idf793dca01755d5d2d27745465f8df6381693a8e
but as 2.0.0 is old stable, I opted for a smaller change to the code.
SUP-12232
Change-Id: I1416be009bc3a91a3c909e6f145be96d50a290a2