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

David Nind <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|                            |This enhancement makes the
      release notes|                            |system preferences shown in
                   |                            |warnings and errors on the
                   |                            |About Koha > System
                   |                            |information page clickable.
                   |                            |
                   |                            |Note: Links are only shown
                   |                            |for patrons with permission
                   |                            |to manage system
                   |                            |preferences.
            Summary|Make sysprefs clickable in  |Make system preferences
                   |warnings                    |clickable for warnings in
                   |                            |About Koha > System
                   |                            |information

--- Comment #14 from David Nind <[email protected]> ---
Testing notes (using KTD):
1. I tested some of the warnings with system preference links. I couldn't 
   figure out how to make some appear.
2. I added a password to Henry's patron account and set these permissions:
   - Check out and check in items (circulate)
   - Staff access, allows viewing of catalogue in staff interface (catalogue)
3. To generate some warnings that required updates to the database:
   - koha-mysql kohadev
   - restart everything after the SQL is run: restart_all
   - Refresh the About Koha > System information page
4. Use this SQL to generate warnings that require updates to the database:
   - KohaAdminEmailAddress: update systempreferences set
value="invalidemailaddress" where variable="KohaAdminEmailAddress";
   - StatisticsFields: update systempreferences set
value="location|itype|ccode|invalidfield" where variable="StatisticsFields";
   - Pseudonymization: update systempreferences set value="1" where
variable="Pseudonymization";
5. Generate warnings that only require updates using the staff interface:
   - PatronSelfRegistrationDefaultCategory: set so that no patron category
selected
   - NotifyPasswordChange: delete the PASSWORD_CHANGE notice
     (Tools > Notices and slips)
   - Enable ILLModule and set ILLPartnerCode to no value
   - Set AnonSuggestions = "Allow", and make sure that AnonymousPatron is empty

-- 
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/

Reply via email to