https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42084
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |[email protected] Text to go in the| |This fixes the logging of release notes| |system preference changes | |so that the log viewer | |shows the change as made by | |the staff interface. | | | |displays the OPAC interface | |for system preference | |changes. Since system | |preferences cannot be | |modified from the OPAC, the | |interface displayed in the | |logs appears to be | |incorrect. Severity|enhancement |normal --- Comment #5 from David Nind <[email protected]> --- After signing off, I now don't think this fixes the issue. Before the patch: 1. If Plack is running, system preference changes show the staff interface as the interface. 2. If Plack is not running, as per the test plan, the OPAC is shown as the interface. After the patch, if Plack is not running (as per the test plan) system preference changes now correctly show as the staff interface. However, with the patch applied, and shutting KTD down and starting it up again, the initial system preference changes still show as the OPAC interface. To reproduce in KTD: 1. Start up KTD. 2. Go to the log viewer (Tools > Additional tools > Log viewer) and click submit. 3. Note that for all the system preference changes from the initial starting up of KTD, that OPAC is shown as the interface. 4. Apply the patch and shut down KTD 5. Start up KTD again. 6. Repeat step 2. 7. OPAC is still shown as the interface. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
