https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36586

David Nind <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #21 from David Nind <[email protected]> ---
The thing I most noticed after the patches is that:
1. The self check-in page visible refreshes every 5 seconds.
2. The self check-out login page visible refreshes every 5 seconds.

Before the patches, this did not happen.

Testing notes (using KTD)
========================

Self check-in
-------------

Self check-in (not enabled by default in KTD):
0. Enable the SelfCheckInModule system preference
1. Set SelfCheckinTimeout system preference to 5
2. http://127.0.0.1:8080/cgi-bin/koha/sci/sci-main.pl
3. Log in as the koha user (the password is koha)

Before the patch: 
- you are logged out after 5 seconds
- the self check-in page doesn't auto-refresh

After the patch:
- you are logged out after 5 seconds
- self check-in page refreshes every 5 seconds (or the refresh is not visible)
- the page doesn't refresh if you are typing in a barcode slowly

Self check-out
--------------

Self check-out (enabled by default in KTD):
1. Set SelfCheckTimout system preference to 5
2. URL: 127.0.0.1:8080/cgi-bin/koha/sco/sco-main.pl
3. Log in as the koha user (the password is koha)

Before the patch:
- you are logged out after 5 seconds
- the self check-in page doesn't auto-refresh (or the refresh is not visible)
- if you are logged in and have started typing in a barcode slowly, it logs you
out - even if you haven't finished typing in a barcode

After the patch:
- you are logged out after 5 seconds, unless you interrupt it
- the login page continues to refresh every 5 seconds
- if you are logged in and have started typing in a barcode slowly, it no
longer  logs you out (it does if you don't enter anything after 5 seconds)

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to