1 Title: Fixed exception after editing a dashboard as user without permission to publish dashboards
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.