Maintenance alerts don't signal the client back online
Bug #669579 reported by
Alex Harrington
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Xibo |
Fix Released
|
Low
|
Alex Harrington | ||
1.2 |
Fix Released
|
Low
|
Alex Harrington | ||
1.3 |
Fix Released
|
Low
|
Alex Harrington |
Bug Description
IP tracking code touches the display each time the client connects, which means that the maintenance script can no-longer use the loggedin database field to detect a client going offline or coming back online.
Perhaps add a second redundant field to track that, or better still figure out a way to hook the touch method to generate the alert?
Related branches
lp:~alexharrington/xibo/669579
(Merged)
To post a comment you must log in.
Hi Ed
Can you test the code in the attached branch?
You'll need to replace the following three files on your 1.2.0 install: maintenance. php lib/app/ kit.class. php lib/service/ xmdssoap. class.php
server/
server/
server/
Make sure to backup the ones you have incase there are issues!
Cheers
Alex