Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 8375
blob76185f38dc15029171cb2bd54c6a1eed1be0bbb3
1 Title: Fixed PDF export of availability views (e.g. all hosts + one week timerange)
2 Level: 1
3 Edition: cee
4 Component: reporting
5 Class: fix
6 Compatible: compat
7 State: unknown
8 Version: 1.2.7i4
9 Date: 1452777297
11 This kind of exception has been fixed:
13 Traceback (most recent call last):
14   File "/omd/sites/stable/share/check_mk/web/htdocs/index.py", line 254, in handler
15     handler()
16   File "/omd/sites/stable/share/check_mk/web/htdocs/reporting.py", line 1719, in page_instant
17     render_report("instant", instant_report, rangespec=rangespec)
18   File "/omd/sites/stable/share/check_mk/web/htdocs/reporting.py", line 1777, in render_report
19     from_until, range_title = Timerange().compute_range(rangespec)
20   File "/omd/sites/stable/share/check_mk/web/htdocs/valuespec.py", line 2238, in compute_range
21     until_time = from_time
22 UnboundLocalError: local variable 'from_time' referenced before assignment