Bugzilla – Attachment 105076 Details for
Bug 20057
Auto-approve option for borrower modifications
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20057 - followup - add text for auto accepted changes
Bug-20057---followup---add-text-for-auto-accepted-.patch (text/plain), 1.99 KB, created by
David Gustafsson
on 2020-05-19 10:52:39 UTC
(
hide
)
Description:
Bug 20057 - followup - add text for auto accepted changes
Filename:
MIME Type:
Creator:
David Gustafsson
Created:
2020-05-19 10:52:39 UTC
Size:
1.99 KB
patch
obsolete
>From c9326b7e6d41eff1f8414306356b9722a55c19c9 Mon Sep 17 00:00:00 2001 >From: David Gustafsson <glasklas@gmail.com> >Date: Tue, 19 May 2020 12:50:04 +0200 >Subject: [PATCH] Bug 20057 - followup - add text for auto accepted changes > >1. Apply patch. >2. Make sure syspref "PatronSelfRegistrationVerifyByEmail" is set to "Don't require". >3. Make sure syspref "AutoApprovePatronProfileSettings" is set to "Disable". >3. Edit patron personal details via opac interface. >4. Expect modifications to require manual approval by staff via link on main page. >-> 4a. Text for patron says that changes are pending acceptance by the library >5. Set syspref "AutoApprovePatronProfileSettings" to "Enable". >6. Edit patron personal details via opac interface again. >7. Expect modifications to have been approved automatically. >-> 7a. Text for patron says that changes have been submitted and accepted by the library. >--- > .../bootstrap/en/modules/opac-memberentry-update-submitted.tt | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry-update-submitted.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry-update-submitted.tt >index acb4725462..1822da692e 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry-update-submitted.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry-update-submitted.tt >@@ -25,7 +25,11 @@ > <div id="update-submitted"> > <div class="alert alert-success"> > <h3>Thank you</h3> >+ [% IF ( Koha.Preference('AutoApprovePatronProfileSettings') ) %] >+ <p>Your updates have been submitted and accepted by the library.</p> >+ [% ELSE %] > <p>Your updates have been submitted. A librarian will review your updates before applying them.</p> >+ [% END %] > </div> > </div> > </div> >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20057
:
70790
|
70925
|
70926
|
70927
|
105075
|
105076
|
105142
|
105303
|
105304
|
105305
|
109288
|
109289
|
109290