Bug 35663 - Wording on OPAC privacy page is misleading
Summary: Wording on OPAC privacy page is misleading
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-28 19:59 UTC by Lucas Gass (lukeg)
Modified: 2024-12-23 08:07 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: String patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
24.05.00,23.11.03,23.05.09
Circulation function:


Attachments
Bug 35663: Reword default privacy option in opac-privacy.pl (2.50 KB, patch)
2024-01-02 13:59 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 35663: Reword default privacy option in opac-privacy.pl (2.55 KB, patch)
2024-01-02 14:46 UTC, Lucas Gass (lukeg)
Details | Diff | Splinter Review
Bug 35663: Reword default privacy option in opac-privacy.pl (2.63 KB, patch)
2024-01-12 10:47 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Gass (lukeg) 2023-12-28 19:59:00 UTC
Default: keep my history according to local laws. This is the default option : the library will keep your history for the duration permitted by local laws.

This is based on the days flag in the batch_anonymise.pl cron, not local laws. That is misleading and should be updated.
Comment 1 Katrin Fischer 2023-12-28 20:26:08 UTC
Hm, I think the text was probably chosen to keep it general. I am not sure if we can grab the value from the cron unless we move it into a system preference.
Comment 2 Lucas Gass (lukeg) 2023-12-28 20:41:55 UTC
(In reply to Katrin Fischer from comment #1)
> Hm, I think the text was probably chosen to keep it general. I am not sure
> if we can grab the value from the cron unless we move it into a system
> preference.

At the very least we need to avoid using "local laws" because it is misleading. In fact, it is completely false!
Comment 3 George Williams (NEKLS) 2023-12-29 15:30:07 UTC
I'd be happier if the text "duration permitted by local laws." was replaced with "duration set by library policy."
Comment 4 Katrin Fischer 2023-12-30 14:25:24 UTC
(In reply to George Williams (NEKLS) from comment #3)
> I'd be happier if the text "duration permitted by local laws." was replaced
> with "duration set by library policy."

I think this is a good suggestion.
Comment 5 Owen Leonard 2024-01-02 13:59:14 UTC
Created attachment 160405 [details] [review]
Bug 35663: Reword default privacy option in opac-privacy.pl

This patch updates the description of the OPAC privacy page, replacing:

"Default: keep my history according to local laws. This is the default
option : the library will keep your history for the duration permitted
by local laws."

...with:

"Default: keep my history according to library policy. This is the
default option : the library will keep your history for the duration set
by library policy."

This correctly reflects the fact that privacy is managed according to a
Koha cron configuration.

To test, apply the patch and make sure the OPACPrivacy and related
preferences are enabled.

- Log in to the OPAC and click the "Privacy" tab in the left-hand
  sidebar.
- Confirm that the description of the default privacy option is correct.
Comment 6 Lucas Gass (lukeg) 2024-01-02 14:46:49 UTC
Created attachment 160408 [details] [review]
Bug 35663: Reword default privacy option in opac-privacy.pl

This patch updates the description of the OPAC privacy page, replacing:

"Default: keep my history according to local laws. This is the default
option : the library will keep your history for the duration permitted
by local laws."

...with:

"Default: keep my history according to library policy. This is the
default option : the library will keep your history for the duration set
by library policy."

This correctly reflects the fact that privacy is managed according to a
Koha cron configuration.

To test, apply the patch and make sure the OPACPrivacy and related
preferences are enabled.

- Log in to the OPAC and click the "Privacy" tab in the left-hand
  sidebar.
- Confirm that the description of the default privacy option is correct.

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Comment 7 Lucas Gass (lukeg) 2024-01-02 14:49:37 UTC
Thanks Owen!
Comment 8 Jonathan Druart 2024-01-12 10:47:38 UTC
Created attachment 160923 [details] [review]
Bug 35663: Reword default privacy option in opac-privacy.pl

This patch updates the description of the OPAC privacy page, replacing:

"Default: keep my history according to local laws. This is the default
option : the library will keep your history for the duration permitted
by local laws."

...with:

"Default: keep my history according to library policy. This is the
default option : the library will keep your history for the duration set
by library policy."

This correctly reflects the fact that privacy is managed according to a
Koha cron configuration.

To test, apply the patch and make sure the OPACPrivacy and related
preferences are enabled.

- Log in to the OPAC and click the "Privacy" tab in the left-hand
  sidebar.
- Confirm that the description of the default privacy option is correct.

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 9 Katrin Fischer 2024-01-16 15:36:12 UTC
Pushed for 24.05!

Well done everyone, thank you!
Comment 10 Fridolin Somers 2024-01-31 12:24:32 UTC
Pushed to 23.11.x for 23.11.03
Comment 11 Lucas Gass (lukeg) 2024-02-08 18:45:56 UTC
Backported to 23.05.x for upcoming 23.05.09