Bugzilla – Attachment 105304 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: (follow-up) Add text for auto accepted changes
Bug-20057-follow-up-Add-text-for-auto-accepted-cha.patch (text/plain), 1.97 KB, created by
Katrin Fischer
on 2020-05-23 14:49:50 UTC
(
hide
)
Description:
Bug 20057: (follow-up) Add text for auto accepted changes
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-05-23 14:49:50 UTC
Size:
1.97 KB
patch
obsolete
>From b052ad5a5f455fb0977ea3a85616757f9fb232c4 Mon Sep 17 00:00:00 2001 >From: Liz Rea <liz@catalyst.net.nz> >Date: Tue, 19 May 2020 12:50:04 +0200 >Subject: [PATCH] Bug 20057: (follow-up) Add text for auto accepted changes > >1. Apply patch. >2. 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. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../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.11.0
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