Koha/koha-tmpl/intranet-tmpl/prog/en/modules/tools
Katrin Fischer 7ca83d4b8c
Bug 33156: Fix JS error on batch patron modification
The error currently breaks some of the functionality for
updating patron attributes linked to AV values. With the
bug, the input field will not change to the AV list when selected
from the pull down of patron attributes.

It was probably bug 29648 that changed the data structure
without adapting for the additional data that is pushed
to the object for the patron attribute columns.

To test:
* Create several extended patron attributes
  * Make sure at least one is linked to an AV
  * Repeatable and unique patron attributes can't be
  updated in batch patron modification, so you need some
  that can be modified.
* Go to tools > batch patron modification
* Enter one or more cardnumbers to update
* Verify the table is missing columns, export and configure
* Verify when selecting the AV tied patron attribute, the input
  remains a text one
* Apply patch
* Both should work now as expected

Note: I believe there are some more errors on this page,
but they should better be handled separately. So with this
patch we push configuration again for each column to table
columns, but the very last column keeps missing from the
columns settings.

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-05-05 09:13:18 -03:00
..
access_files.tt
additional-contents.tt Bug 32956: Use template wrapper for HTML customizations tabs 2023-04-14 11:35:28 -03:00
automatic_item_modification_by_age.tt
batch_delete_records.tt
batch_extend_due_dates.tt
batch_record_modification.tt Bug 33571: Use template wrapper for breadcrumbs: Tools, part 2 2023-04-24 10:43:36 -03:00
batchMod-del.tt Bug 33571: Use template wrapper for breadcrumbs: Tools, part 2 2023-04-24 10:43:36 -03:00
batchMod-edit.tt Bug 33571: Use template wrapper for breadcrumbs: Tools, part 2 2023-04-24 10:43:36 -03:00
batchMod.tt Bug 33571: Use template wrapper for breadcrumbs: Tools, part 2 2023-04-24 10:43:36 -03:00
cleanborrowers.tt Bug 33571: Use template wrapper for breadcrumbs: Tools, part 2 2023-04-24 10:43:36 -03:00
csv-profiles.tt Bug 33572: Use template wrapper for breadcrumbs: Tools, part 3 2023-04-24 10:43:37 -03:00
export.tt Bug 33590: Fix DOM id name for tabs after WRAPPER code added to export.tt 2023-05-05 09:13:17 -03:00
holidays.tt Bug 33572: Use template wrapper for breadcrumbs: Tools, part 3 2023-04-24 10:43:37 -03:00
import_borrowers.tt Bug 33572: Use template wrapper for breadcrumbs: Tools, part 3 2023-04-24 10:43:37 -03:00
inventory.tt Bug 33572: Use template wrapper for breadcrumbs: Tools, part 3 2023-04-24 10:43:37 -03:00
letter.tt Bug 33154: Tab WRAPPER follow-up: label text must be translatable 2023-04-13 11:47:54 -03:00
manage-marc-import.tt
marc_modification_templates.tt
modborrowers.tt Bug 33156: Fix JS error on batch patron modification 2023-05-05 09:13:18 -03:00
overduerules.tt
page.tt
picture-upload.tt
preview_letter.tt
problem-reports.tt
quotes-upload.tt
quotes.tt
scheduler.tt
showdiffmarc.tt
stage-marc-import.tt
stockrotation.tt
tools-home.tt
upload-images.tt
upload.tt
viewlog.tt