Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 53c3137f0c68961897ad4f0b8b4bc04f832ef163
https://github.com/tribe29/checkmk/commit/53c3137f0c68961897ad4f0b8b4bc04f8…
Author: Benedikt Seidl <benedikt.seidl(a)tribe29.com>
Date: 2021-08-19 (Thu, 19 Aug 2021)
Changed paths:
A .werks/13034
M cmk/gui/hooks.py
M tests/unit/cmk/gui/test_gui_hooks.py
Log Message:
-----------
hooks vanished after unregister_plugin_hooks
Before this change the request_memoize decorator was not correctly
cleared at the start of a request, because the hook used for this was
unregistered with unregister_plugin_hooks.
13034 FIX Network scan for folders did not show all criticality tags
In "Setup > Hosts" the "Network Scan" section of the folder
properties
contain a "Set criticality host tags" dropdown. The values of this
dropdown are cached. This caching was not correctly cleared in previous
versions. Newly added values did not show up in the list.
Change-Id: Id86b5410840324b0d31d688e9d42b2235461e020