Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 1527
blobbce338c454ce400d71fa85ec59fbd9ba518136f4
1 Title: Fixed views missing values of some filters (serviceregex, hostgroup filters, ...)
2 Level: 1
3 Component: multisite
4 Compatible: compat
5 Version: 1.2.6b1
6 Date: 1416473103
7 Class: fix
9 With the rewrite of the views/dashboards/visuals we introduced a mechanism of transforming
10 views of the old format to the new format. This transform mechanism missed to transform
11 hard coded values of some filters where the variable names had been renamed. 
13 The affected filters are:
15 'serviceregex'
16 'hostregex'
17 'hostgroupnameregex'
18 'servicegroupnameregex'
19 'opthostgroup'
20 'optservicegroup'
21 'hostgroup'
22 'servicegroup'
23 'host_contactgroup'
24 'service_contactgroup'
26 If you already have migrated to a previous release, which transformed your views and made
27 you miss these filters or hard coded values, you can install a version containing this
28 fix, remove the file <tt>var/check_mk/web/USER/user_views.mk</tt> from your site and then
29 access the Web-GUI again. This should fix the problem. Be aware: By removing the user_views.mk
30 all your changes to your views you made since the initial creation of the user_views.mk 
31 will be reverted.