Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 1496
blob4318273dde4298817283ec106d3fc260ba4280b2
1 Title: Fixed exception after editing a dashboard as user without permission to publish dashboards
2 Level: 1
3 Component: multisite
4 Class: fix
5 Compatible: compat
6 State: unknown
7 Version: 1.2.6b1
8 Date: 1415696641
10 When a user without permission to publish a dashboard created or customized a dashboard,
11 the dashboard could be saved, but resulted in an exception later during rendering the
12 following pages. This fix prevents creation of damages dashboards.
14 The exception can be fixed by removing the dashboard definition from var/check_mk/web/USER/user_dashboards.mk
15 or simply removing the whole file, which would delete all custom dashboards of the user.