← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~smpettit/openlp/bug-789102 into lp:openlp

 

Hello,

I think everything to fix this is already there. Look at songs/lib/mediaitem. There is an instance variable called remoteTriggered. It is either None, u'L', or u'P'. L stands for live and P for preview. None means that we edit it directly (no remote edit).

Now you only need to add a check in the editsongform to prevent saving the song.id (in the case we are remote editing (live)).
-- 
https://code.launchpad.net/~smpettit/openlp/bug-789102/+merge/62793
Your team OpenLP Core is subscribed to branch lp:openlp.


References