[Koha-bugs] [Bug 19233] Add ability to send itemnumbers in report results to batch modification

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 21 16:18:03 CET 2018


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

--- Comment #17 from Nick Clemens <nick at bywatersolutions.com> ---
(In reply to Jonathan Druart from comment #16)
> +            $(".send_to_item_mod").click(function(e){
> +                e.preventDefault();
> +               
> $("#report_results").attr("action","/cgi-bin/koha/tools/batchMod.pl");
> +                $("#report_results").submit();
> +            });
> 
> This sounds hacky at first glance, why this trick?

Ah, I believe I was thinking we could expand the options here, allow sending
the itemnumbers elsewhere as well ('Add to list','batch delete' etc.)

Setting the action in the JS let me plan for different actions depending on
where we send. 

I implemented batch-mod as a starting point

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


More information about the Koha-bugs mailing list