Bug 35063

Summary: Convert SelfCheckInMainUserBlock system preference to HTML customization
Product: Koha Reporter: Owen Leonard <oleonard>
Component: Self checkoutAssignee: Owen Leonard <oleonard>
Status: RESOLVED FIXED QA Contact: Katrin Fischer <katrin.fischer>
Severity: enhancement    
Priority: P5 - low CC: caroline.cyr-la-rose, fridolin.somers, testopia
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Caroline Cyr La Rose Documentation submission: https://gitlab.com/koha-community/koha-manual/-/merge_requests/777
Text to go in the release notes:
Version(s) released in:
23.11.00
Bug Depends on: 31383, 35048    
Bug Blocks: 26050, 35065    
Attachments: Bug 35063: Convert SelfCheckInMainUserBlock system preference to HTML customization
Bug 35063: Convert SelfCheckInMainUserBlock system preference to HTML customization
Bug 35063: (follow-up) Add entry to HTML customization help include
Bug 35063: (follow-up) Add entry to HTML customization help include
Bug 35063: Convert SelfCheckInMainUserBlock system preference to HTML customization
Bug 35063: (follow-up) Add entry to HTML customization help include
Bug 35063: Convert SelfCheckInMainUserBlock system preference to HTML customization
Bug 35063: (follow-up) Add entry to HTML customization help include
Bug 35063: Convert SelfCheckInMainUserBlock system preference to HTML customization
Bug 35063: (follow-up) Add entry to HTML customization help include
Bug 35063: Convert SelfCheckInMainUserBlock system preference to HTML customization
Bug 35063: (follow-up) Add entry to HTML customization help include
Bug 35063: (follow-up) Atomic update fixes

Description Owen Leonard 2023-10-16 11:55:10 UTC
Building on 22318, the SelfCheckInMainUserBlock system preference should be converted to an HTML customization option.
Comment 1 Owen Leonard 2023-10-16 15:55:08 UTC Comment hidden (obsolete)
Comment 2 Owen Leonard 2023-10-25 16:15:49 UTC Comment hidden (obsolete)
Comment 3 Owen Leonard 2023-10-25 16:15:51 UTC Comment hidden (obsolete)
Comment 4 Owen Leonard 2023-10-25 16:20:39 UTC Comment hidden (obsolete)
Comment 5 Owen Leonard 2023-10-26 12:37:10 UTC Comment hidden (obsolete)
Comment 6 Owen Leonard 2023-10-26 12:37:12 UTC Comment hidden (obsolete)
Comment 7 David Nind 2023-10-27 20:24:26 UTC Comment hidden (obsolete)
Comment 8 David Nind 2023-10-27 20:24:28 UTC Comment hidden (obsolete)
Comment 9 Katrin Fischer 2023-11-05 11:26:17 UTC Comment hidden (obsolete)
Comment 10 Katrin Fischer 2023-11-05 11:26:20 UTC Comment hidden (obsolete)
Comment 11 Owen Leonard 2023-11-09 14:45:03 UTC
Created attachment 158735 [details] [review]
Bug 35063: Convert SelfCheckInMainUserBlock system preference to HTML customization

This patch moves the SelfCheckInMainUserBlock system preference into
HTML customizations, making it possible to have language- and
library-specific content.

To test you should have some content in the SelfCheckInMainUserBlock
system preference before applying the patch. Apply the patch, run the
database update process, and rebuild the OPAC CSS.

- In the staff client, go to Tools -> HTML customizations and verify
  that the content from SelfCheckInMainUserBlock is now stored there.
- The HTML customization entry form should offer
  SelfCheckInMainUserBlock as a choice under "Display location."
- Update and reinstall active translations (for instance fr-FR):
  - perl misc/translator/translate update fr-FR
  - perl misc/translator/translate install fr-FR
- Enable the translation if necessary under Administration -> System
  preferences -> language.
- Enable the "opaclanguagesdisplay" preference if necessary.
- Edit the SelfCheckInMainUserBlock HTML customization and add unique
  content to the "fr-FR" tab.

- Log into the self check-in system and confirm that the
  SelfCheckInMainUserBlock content is shown there.
- Switch to your updated translation and confirm that the content you
  added for your translation shows up correctly.
- Go to Administration -> System preferences and search for
  "SelfCheckInMainUserBlock." It should return no results.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 12 Owen Leonard 2023-11-09 14:45:05 UTC
Created attachment 158736 [details] [review]
Bug 35063: (follow-up) Add entry to HTML customization help include

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 13 Owen Leonard 2023-11-09 14:45:07 UTC
Created attachment 158737 [details] [review]
Bug 35063: (follow-up) Atomic update fixes
Comment 14 Tomás Cohen Arazi 2023-11-09 17:44:08 UTC
Pushed to master for 23.11.

Nice work everyone, thanks!
Comment 15 Fridolin Somers 2023-11-11 07:24:24 UTC
Enhancement not pushed to 23.05.x