Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin
Nick Clemens bcfc1bea3e Bug 30120: Save and apply extended attributes during self registration verification by email
The self registration form stores a new borrower as a borrower modification when verifying by email.

Borrower modifications can  handle extended attributes.

This patch simply sotres the extended attributes in the modifications table, and approves a modification
to the extended attributes only after patron is created

To test:
1 - Apply patch
2 - Create a patron attribute and set it as viewable/editable in the OPAC
3 - Set system preference PatronSelfRegistrationVerifyByEmail
4 - Reigster a new patron on the OPAC, provide an email and populate the extended attribute
5 - Retrieve the verification token, the last on in the messages table
    SELECT * FROM message_queue;
6 - Go tot he url from above
7 - Confirm successful patron creation
8 - View patron record and confirm attribute was set

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

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
2022-04-08 15:49:16 +02:00
..
preferences Bug 11083: Add ability to generate authority summary using XSLT 2022-04-08 15:49:15 +02:00
searchengine/elasticsearch Bug 30000: Replace the use of jQueryUI tabs on the search engine configuration page 2022-03-24 14:22:09 -10:00
additional-fields.tt
admin-home.tt
adveditorshortcuts.tt
aqbudgetperiods.tt
aqbudgets.tt Bug 30404: Enlarge all patron search pop-ups 2022-04-04 09:47:02 +02:00
aqcontract.tt
aqplan.tt
audio_alerts.tt
auth_subfields_structure.tt
auth_tag_structure.tt
authorised_values.tt Bug 29999: (follow-up) Show the remote image tab if selected 2022-03-25 11:01:03 -10:00
authtypes.tt Bug 13952: (follow-up) fixing indentation and rebasing 2022-04-04 16:23:46 +02:00
background_jobs.tt Bug 30172: Prevent race condition when enqueuing a new task 2022-04-04 16:23:46 +02:00
biblio_framework.tt
branch_transfer_limits.tt
branches.tt Bug 29859: Use iterator instead of as_list 2022-02-09 15:36:23 -10:00
cash_registers.tt
categories.tt Bug 29735: Remove flatpickr init from categories.js and holds.js 2022-01-13 16:37:33 -10:00
checkmarc.tt
cities.tt Bug 29408: Update all existing uses of .api to .kohaTable 2021-11-15 12:38:39 +01:00
classsources.tt
clone-rules.tt
columns_settings.tt
credit_types.tt
currency.tt
debit_types.tt
desks.tt Bug 30107: When editing desks default to the branch the desk belongs to 2022-04-04 16:23:46 +02:00
didyoumean.tt
edi_accounts.tt
edi_ean_accounts.tt
item_circulation_alerts.tt Bug 29277: Replace the use of jQueryUI tabs on item circulation alerts page 2022-02-10 14:44:23 -10:00
items_search_field.tt Bug 20689: (follow-up) Make it possible to add capital letter subfields to item search fields 2022-03-01 22:47:46 -10:00
items_search_fields.tt Bug 20689: (follow-up) Make it possible to add capital letter subfields to item search fields 2022-03-01 22:47:46 -10:00
itemtypes.tt Bug 29998: Replace the use of jQueryUI tabs on item types administration page 2022-03-25 11:01:04 -10:00
koha2marclinks.tt Bug 29529: Fix \n in hint on Koha to MARC mappings 2021-12-01 21:47:18 -10:00
library_groups.tt Bug 29853: Add HTML filter before KohaSpan filter 2022-02-21 15:15:47 -10:00
localization.tt
marc-overlay-rules.tt Bug 29589: (follow-up) Add TT filter 2022-03-01 22:47:47 -10:00
marc_subfields_structure.tt
marctagstructure.tt
matching-rules.tt
oai_set_mappings.tt
oai_sets.tt
overdrive.tt
patron-attr-types.tt Bug 30120: Save and apply extended attributes during self registration verification by email 2022-04-08 15:49:16 +02:00
preferences.tt Bug 26102: Prevent XSS when To.json is used: admin/preferences.tt 2022-02-02 21:05:29 -10:00
share_content.tt
smart-rules.tt Bug 19532: Database and installer stuff 2022-03-14 22:45:50 -10:00
sms_providers.tt Bug 29859: Use iterator instead of as_list 2022-02-09 15:36:23 -10:00
smtp_servers.tt Bug 29408: Update all existing uses of .api to .kohaTable 2021-11-15 12:38:39 +01:00
sru_modmapping.tt
sru_modmapping_auth.tt
systempreferences.tt
transfer_limits.tt Bug 29513: Convert remaining breadcrumbs div blocks into nav 2021-12-01 21:38:12 -10:00
transport-cost-matrix.tt
usage_statistics.tt
z3950servers.tt