[Koha-bugs] [Bug 6254] can't set patron privacy by default

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 7 19:51:12 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6254

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #24696|0                           |1
        is obsolete|                            |
  Attachment #24697|0                           |1
        is obsolete|                            |
  Attachment #24698|0                           |1
        is obsolete|                            |
  Attachment #24699|0                           |1
        is obsolete|                            |

--- Comment #37 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 28033
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28033&action=edit
Bug 6254 [1] - Can't set patron privacy by default

There is currently no way to set the privacy setting for newly created
patrons. This patch adds a new field "default privacy" to the patron
categories such that each patron category may have a different default
privacy setting.

Test Plan:
1) Apply this patch
2) Edit a patron category, change the default privacy to "forever"
3) Create a new patron of that category
4) Log into the catalog as that patron, verify the privacy setting
   is set to "forever"
5) Repeat steps 2-4 with the settings "never" and "default"

Signed-off-by: Joel Sasse <jsasse at plumcreeklibrary.net>

Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

Bug 6254 [QA Followup 1] - can't set patron privacy by default

* Adds default privacy column to summary table
* Adds default privacy to delete category summary
* Adds "AFTER categorycode" to the database update
* Whitespace cleanup and formatting for affected code blocks
* Switch basic DBI queries to DBIx::Class to simplify code
* Adds reference to misc/cronjobs/batch_anonymise.pl to description

Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

Bug 6254 [QA Followup 2] - can't set patron privacy by default

Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

Bug 6254: QA FIX: remove trailing whitespaces

This patch removes trailing whitespaces/tab and fix the fields order in
the updatedb entry (according to the kohastructure.pl).

Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list