Bug 23968: fix OPACMySummaryNote feature
authorFridolin Somers <fridolin.somers@biblibre.com>
Tue, 5 Nov 2019 08:52:59 +0000 (09:52 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 6 Nov 2019 16:56:51 +0000 (16:56 +0000)
The system preference OPACMySummaryNote is used to display on the logged-in patron summary page at OPAC.
It does not display anymore.

Looks like it comes from code :
[% IF OPACMySummaryNote %][% Koha.Preference('OPACMySummaryNote') | $raw %][% END %]
OPACMySummaryNote used to be a provided variable.

Test plan:
1) Enable system preference OPACMySummaryNote
2) Enter some HTML into it
3) Go to OPAC and loggin
4) Check you see the HTML in opac-user.pl
5) Disable the preference
6) Check you dont see the HTML anymore

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt

index c8fd160..c0ced87 100644 (file)
 
                     <div class="alert alert-info" id="notesaved" style="display:none;"></div>
 
-                    [% IF OPACMySummaryNote %][% Koha.Preference('OPACMySummaryNote') | $raw %][% END %]
+                    [% IF Koha.Preference('OPACMySummaryNote') %]
+                        [% Koha.Preference('OPACMySummaryNote') | $raw %]
+                    [% END %]
 
                     <div id="opac-user-views" class="toptabs">
                         <ul>