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

--- Comment #17 from Nick Clemens <[email protected]> ---
(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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to