[Koha-bugs] [Bug 23159] Reindent addbiblio.tt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 19 16:21:48 CEST 2019


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

--- Comment #9 from M. Tompsett <mtompset at hotmail.com> ---
TEST PLAN (on a kohadevbox)
---------
$ git checkout master
$ git pull
$ git checkout -b bug_23159 origin/master
$ git bz apply 23159
-- do this interactively, and only apply the first 2 patches
$ tr -d '[:space:]' <
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt > after.txt
$ git checkout master
$ tr -d '[:space:]' <
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt > before.txt
$ diff before.txt after.txt
-- no differences, which means the only differences are whitespace
$ git checkout bug_23159
$ git bz apply 23159
-- apply the last patch
$ restart_all

Do the recommended testing in comment #1, though the "-w" won't help much,
hence the provision of the remove and re-add comments patches.

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


More information about the Koha-bugs mailing list