Client Information - Save Log - incorrectly path shown in message
Bug #1374584 reported by
RLaurette
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Xibo |
Fix Released
|
Undecided
|
Dan Garner |
Bug Description
Windows 7, 32-bit
XiboClient 1.5.0 (as reported by the Client Options "About" button)
In Client Options, Advanced tab, set "Log to Disk Location" to a custom setting such as:
C:\Users\
When the Client is running, press "i" then select Save Log. A message appears, stating "Log saved as C:\Program Files\Xibo\
Even though the incorrect path was shown in the message, the client successfully wrote the log file into the custom path I had specified.
Related branches
lp://staging/~dangarner/xibo/client-170-alpha2
- Xibo Maintainters: Pending requested
-
Diff: 1291 lines (+337/-382)20 files modifiedclient/dotNET/Forms/OptionForm.cs (+1/-1)
client/dotNET/Log/ClientInfo.Designer.cs (+33/-27)
client/dotNET/Log/ClientInfo.cs (+8/-2)
client/dotNET/Log/ClientInfo.resx (+21/-18)
client/dotNET/Log/StatLog.cs (+63/-125)
client/dotNET/Logic/ApplicationSettings.cs (+2/-2)
client/dotNET/Logic/RequiredFiles.cs (+3/-3)
client/dotNET/Logic/ScheduleManager.cs (+41/-33)
client/dotNET/Logic/ScreenShot.cs (+1/-0)
client/dotNET/Media/CefWebMedia.cs (+69/-40)
client/dotNET/Media/IeWebMedia.cs (+70/-41)
client/dotNET/Media/ShellCommand.cs (+5/-1)
client/dotNET/Media/TemporaryFile.cs (+0/-71)
client/dotNET/Web References/xmds/Reference.cs (+10/-8)
client/dotNET/Web References/xmds/Reference.map (+1/-1)
client/dotNET/Web References/xmds/xmds.wsdl (+4/-3)
client/dotNET/XiboClient.csproj (+2/-3)
client/dotNET/XmdsAgents/FileAgent.cs (+1/-1)
client/dotNET/XmdsAgents/RegisterAgent.cs (+1/-1)
client/dotNET/default.config.xml (+1/-1)
Changed in xibo: | |
milestone: | none → 1.7.0-alpha2 |
assignee: | nobody → Dan Garner (dangarner) |
Changed in xibo: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This isn't a bug, just a misunderstanding.
The "Log to disk location" is for an automatically saved log (i.e. that log file existed before you even pressed save). I think it would be better to have a save as dialog open when you clicked that save log button - this would be far clearer.