[Koha-bugs] [Bug 18707] Background jobs post disabled inputs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 28 12:06:50 CEST 2017


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

--- Comment #4 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
(In reply to David Cook from comment #3)
> Can you further explain the bug? I'm not sure what you're describing here. 
> 
> 1. I go to /cgi-bin/koha/tools/batchMod.pl
> 2. I enter a barcode and submit the form
> 3. I see all the item fields that I can use for doing the batch edit
> 
> What's "input of deleted subfields are disabled" mean?

Hie, thanks for testing this.

>For example, in Tools > Batch item modification input of deleted subfields are disabled.
I mean, in this form there is for each subfield :
- a text input or select to change the value of this subfield
- a checkbox to delete the subfield
When checking the checkbox, the text input or select is set to disable (HTML
attribute). So that it can't be edited and, but more important, it is not sent
when form is submitted. This is important because the code looks to subfields
to modify with those inputs.

The bug is that with backgound job, inputs are sent event when they have de
HTML attribut "disabled".

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


More information about the Koha-bugs mailing list