Werk #1158: Moved filter logic to visuals module

Component User interface
Title Moved filter logic to visuals module
Date Oct 2, 2014
Checkmk Edition Checkmk Raw (CRE)
Checkmk Version 1.2.5i6
Level Trivial Change
Class Bug Fix
Compatibility Incompatible - Manual interaction might be required

This change is kind of an internal code restucturing. So if you do not understand this, you mostly do not need to care about it.

The filter logic, which was former part of the views, has been moved to the visuals module to be available to all visuals types like dashboards in the future.

If you have defined custom filter plugins for your views, which are normally located below share/check_mk/web/plugins/views/.py, you need to move the filter definitions to share/check_mk/web/plugins/visuals/.py.

To the list of all Werks