makanakoeln / check_mk

check_mk related scripts and checks
GNU General Public License v3.0
4 stars 2 forks source link

user_overview links to a missing view #1

Closed gurubert closed 6 years ago

gurubert commented 6 years ago

The view for host problems acked by author was not correctly named, the following patch should fix this:

--- user_overview.py.orig   2017-06-07 09:35:57.748465029 +0200
+++ user_overview.py    2017-10-18 11:08:33.341983031 +0200
@@ -87,7 +87,7 @@
             "data"  : host_commentdata,
             "views" : {
                 "all"       : [
-                    ("view_name", "hostproblems_by_author"),
+                    ("view_name", "hostproblems_ack_by_author"),
                     ("search", "Search"),
                     ("filled_in", "filter"),
                     ("comment_author", config.user.id),
makanakoeln commented 6 years ago

Thanks, will fix it soon

makanakoeln commented 6 years ago

fixed that in v. 1.2