[Koha-bugs] [Bug 15326] Add CMS feature

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 17 22:17:29 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15326

Aleisha Amohia <aleisha at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #78238|0                           |1
        is obsolete|                            |

--- Comment #53 from Aleisha Amohia <aleisha at catalyst.net.nz> ---
Created attachment 83324
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83324&action=edit
Bug 15326: (follow-up) Code review fixes

Addresses the following issues:

b) In opac-cmspages there is:
+        flagsrequired   => { borrow => 1 },
The borrow permission has been removed since. (blocker)

c) Comment was removed unnecessarily, just needs to be moved into
its right spot below again:
-# If GoogleIndicTransliteration system preference is On Set
parameter to load Google's javascript in OPAC search screens

d) One file uses qw( -utf-8) but another does not:
+use CGI;
+use CGI qw( -utf8 );  (blocker)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list