[Koha-bugs] [Bug 21281] Label Template - Creation not working

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 5 19:28:58 CEST 2018


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

--- Comment #6 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 78448
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=78448&action=edit
Bug 21281: Correct SQL statement in C4/Creators/Template

TEST PLAN
---------
1) Start a stretch kohgadevbox
2) Upgrade your MariaDB to 10.3 whatever
   (Google for instructions)
3) reset_all
   -- ignore the zebra problem.
   -- maybe include a sudo systemctl restart daemon-reload
      or whatever might have been mentioned in the output.
4) log in as admin/admin to staff client
5) Tool -> Label Creator -> New -> Layout Template
6) Change the description to something know like 'foobar'.
7) Save
   -- doesn't appear.
8) cat /var/log/koha/kohadev/plack-err.log
   -- mentions of errors like in comment #5
9) apply this patch
10) echo | sudo tee /var/log/koha/kohadev/plack-err.log
    -- this will make checking the log file easier.
11) restart_all
   -- maybe include a sudo systemctl restart daemon-reload
      or whatever might have been mentioned in the output.
12) reload the staff client page.
13) repeat steps 5-7
    -- template shows up this time.
14) cat /var/log/koha/kohadev/plack-err.log
    -- no errors as before.
15) run koha qa test tools
    -- passes

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


More information about the Koha-bugs mailing list