← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~googol-hush/openlp/fixes into lp:openlp

 

He? Were the difference, I don't see any?

    def serviceItemUpdate(self, message):
        """
        Triggered from plugins to update service items.
        """
        editId, uuid = message.split(u':')
        for item in self.serviceItems:
            if item[u'service_item']._uuid == uuid:
                item[u'service_item'].edit_id = int(editId)
        self.setModified(True)


Only that "int(editId), uuid = message.split(u':')" won't work.
-- 
https://code.launchpad.net/~googol-hush/openlp/fixes/+merge/56945
Your team OpenLP Core is subscribed to branch lp:openlp.



References