#540: Error in timeline widget if timeline module is disabled
---------------------+---------------
Reporter: olemis | Owner:
Type: defect | Status: new
Priority: major | Version:
Resolution: |
---------------------+---------------
Noticed this entry in the log
{{{
2013-05-30 18:17:32,746 Trac[web_ui] ERROR: - e45cbdab-
d57b-4563-9297-d2f770862b82 - Error rendering widget Timeline with options
{'args': {}}
}}}
... and this traceback
{{{#!py
Traceback (most recent call last):
File "/path/to/bloodhound/bloodhound_dashboard/bhdashboard/web_ui.py",
line 269, in _render_widget
return wp.render_widget(name, ctx, options)
File "/path/to/bloodhound/bloodhound_dashboard/bhdashboard/util.py",
line 132, in widget_name_checker
return f(self, name, *args, **kwargs)
File
"/path/to/bloodhound/bloodhound_dashboard/bhdashboard/widgets/timeline.py",
line 144, in render_widget
raise TracError('Timeline module not available (disabled?)')
TracError: Timeline module not available (disabled?)
}}}
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/540>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker