Created attachment 36981 [details] [review] Bug 13865: Columns configuration - Orders search This patch adds the ability to hide columns on the orders search page (acqui/histsearch.pl). Test plan: Go on the orders search page and confirm you are able to hide columns. You can also play with the columns configuration admin page and confirm that the behaviors are consistent.
git15:32 ~/kohaclone (master % u=)$ git qa 13865 From git://git.koha-community.org/koha * branch master -> FETCH_HEAD Branch bug13865-qa set up to track remote branch master from origin. Switched to a new branch 'bug13865-qa' Bug 13865 - Columns configuration - Orders search 36981 - Bug 13865: Columns configuration - Orders search Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 13865: Columns configuration - Orders search fatal: sha1 information is lacking or useless (admin/columns_settings.yml). Repository lacks necessary blobs to fall back on 3-way merge. Cannot fall back to three-way merge. Patch failed at 0001 Bug 13865: Columns configuration - Orders search When you have resolved this problem run "git bz apply --continue". If you would prefer to skip this patch, instead run "git bz apply --skip". To restore the original branch and stop patching run "git bz apply --abort". Patch left in /tmp/Bug-13865-Columns-configuration---Orders-search-hnC7nE.patch
Apply cleanly on top of bug 13864.
Created attachment 37359 [details] [review] Bug 13865: Columns configuration - Orders search This patch adds the ability to hide columns on the orders search page (acqui/histsearch.pl). Test plan: Go on the orders search page and confirm you are able to hide columns. You can also play with the columns configuration admin page and confirm that the behaviors are consistent.
Created attachment 37371 [details] [review] Bug 13865: Columns configuration - Orders search This patch adds the ability to hide columns on the orders search page (acqui/histsearch.pl). Test plan: Go on the orders search page and confirm you are able to hide columns. You can also play with the columns configuration admin page and confirm that the behaviors are consistent. Signed-off-by: Nicole <nicole@bywatersolutions.com> http://bugs.koha-community.org/show_bug.cgi?id=13685
Created attachment 37649 [details] [review] [PASSED QA] Bug 13865: Columns configuration - Orders search This patch adds the ability to hide columns on the orders search page (acqui/histsearch.pl). Test plan: Go on the orders search page and confirm you are able to hide columns. You can also play with the columns configuration admin page and confirm that the behaviors are consistent. Signed-off-by: Nicole <nicole@bywatersolutions.com> http://bugs.koha-community.org/show_bug.cgi?id=13685 Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Patch pushed to master. Thanks Jonathan!