Kaydet (Commit) 09c3e186 authored tarafından Julien Nabet's avatar Julien Nabet

tdf#94421: Web Wizard, option shift when loading saved session

Just use the right order
LOCAL_PUBLISHER first, ZIP_PUBLISHER second, FTP_PUBLISHER third and last one

Change-Id: I23ff96785910d62bbb2c221932d0ad2a2e755b3c
Reviewed-on: https://gerrit.libreoffice.org/18755Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 78e1acff
......@@ -494,8 +494,8 @@ class WWD_Startup(WWD_General):
self.mountList(session.cp_GeneralInfo, self.genAware)
task.advance(True)
self.mountDataAware(session.cp_Publishing.getElement(LOCAL_PUBLISHER), 0)
self.mountDataAware(session.cp_Publishing.getElement(FTP_PUBLISHER), 1)
self.mountDataAware(session.cp_Publishing.getElement(ZIP_PUBLISHER), 2)
self.mountDataAware(session.cp_Publishing.getElement(ZIP_PUBLISHER), 1)
self.mountDataAware(session.cp_Publishing.getElement(FTP_PUBLISHER), 2)
task.advance(True)
self.sessionNameDA.setDataObject(session, True)
self.chkSaveSettings.Model.State = 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment