Summary: | default patron privacy option not in use? | ||
---|---|---|---|
Product: | Koha | Reporter: | Melia Meggs <melia> |
Component: | Patrons | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | minor | ||
Priority: | P5 - low | CC: | chris, gmcharlt, kyle.m.hall, magnus, nengard |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6254 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Melia Meggs
2012-12-17 19:10:16 UTC
Libraries should set up a cronjob to anonymise according to their settings, this should check for default or forever. If forever it should do nothing, if default, it should delete according to the rules they have defined. Ok so the default setting doesn't do anything unless the library has a special cron job set up. Is that in the manual somewhere? Also, it seems to me that the language is a bit confusing. The way you've explained it, I would think the real default setting is forever because forever is what is going to be used unless the library sets up a special cron job to delete specific things, or the patron chooses to delete everything. Maybe the choices should be Keep All, Keep Selective, Delete All. Or something like that? A few other ideas: - We could make a new system preference that allows libraries to choose what they want the default privacy setting to be for new patrons. Maybe they want to keep everything or delete everything for all new patrons by default. - We could also make a system preference that allows libraries to choose what privacy choices their patrons can have (i.e., if they're not going to set up the special cron job, then they should be able to remove that option from showing up in the OPAC since it doesn't do anything). What cron job is that? Once I know what job it is I can put it in the manual. See also: Bug 6254 - can't set patron privacy by default Nicole: The cron job is misc/cronjobs/batch_anonymise.pl http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=misc/cronjobs/batch_anonymise.pl;hb=HEAD Tomorrow morning it will be in the manual: http://manual.koha-community.org/3.8/en/cronjobsch.html#anonymizecron (this link won't work until then). Let me know if you want more details (I didn't see much in the docs to explain it further) Nicole Melia: can this be closed, or is some further action needed? Yep, let's close. I think the questions were answered and manual updated. |