Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 6034
blob00fa6986087f131d061a3e81ad139d67acd4e74c
1 Title: Fixed adding combined graphs to reports
2 Level: 1
3 Component: reporting
4 Class: fix
5 Compatible: compat
6 Edition: cee
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1524661146
11 When clicking on the context menu of a combined graph and adding it to a report,
12 the element that is added to the report is not created correctly. When trying
13 to edit the element later an exception "TypeError (unhashable type: 'dict')" is
14 shown.
16 Delete the element after the update and re-add it to the report should fix the
17 issue.