Werk #14717: Local customizations might need adjustment due to structural refactorings in GUI code

Component Setup
Title Local customizations might need adjustment due to structural refactorings in GUI code
Date Aug 25, 2022
Level Trivial Change
Class New Feature
Compatibility Incompatible - Manual interaction might be required
Checkmk versions & editions
2.1.0p11 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk MSP (CME)

The monolithic file cmk/gui/plugins/wato/datasource_programs.py has been partially split up into smaller files in the folder datasource_programs. Hence, any customization (single files and MKPs) containing imports from cmk/gui/plugins/wato/datasource_programs.py might have to be adjusted. The new import path is probably cmk.gui.plugins.wato.datasource_programs.common.

To the list of all Werks