← Back to team overview

openlp-core team mailing list archive

[Bug 596505] [NEW] Saved services cannot be opened

 

Public bug reported:

Traceback (most recent call last):
  File "/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/servicemanager.py", line 635, in onLoadService
    self.loadService(filename)
  File "/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/servicemanager.py", line 703, in loadService
    self.addServiceItem(serviceitem)
  File "/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/servicemanager.py", line 788, in addServiceItem
    item.render()
  File "/home/raoul/Projects/OpenLP/trunk/openlp/core/lib/serviceitem.py", line 136, in render
    self.render_manager.set_override_theme(None)
AttributeError: 'ServiceItem' object has no attribute 'render_manager'

** Affects: openlp
     Importance: High
         Status: Confirmed

** Changed in: openlp
    Milestone: None => 1.9.2

** Changed in: openlp
       Status: New => Confirmed

** Changed in: openlp
   Importance: Undecided => High

-- 
Saved services cannot be opened
https://bugs.launchpad.net/bugs/596505
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.

Status in OpenLP - Worship Presentation Software: Confirmed

Bug description:
Traceback (most recent call last):
  File "/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/servicemanager.py", line 635, in onLoadService
    self.loadService(filename)
  File "/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/servicemanager.py", line 703, in loadService
    self.addServiceItem(serviceitem)
  File "/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/servicemanager.py", line 788, in addServiceItem
    item.render()
  File "/home/raoul/Projects/OpenLP/trunk/openlp/core/lib/serviceitem.py", line 136, in render
    self.render_manager.set_override_theme(None)
AttributeError: 'ServiceItem' object has no attribute 'render_manager'





Follow ups

References