]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1683385 AngJS grid avoid dupe auto-fields
authorBill Erickson <berickxx@gmail.com>
Wed, 17 Apr 2019 14:51:45 +0000 (10:51 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 30 Jul 2019 16:20:45 +0000 (12:20 -0400)
commit05d0cda2a1c36ffbcccc7dee5c610f821429613e
treeb2d0d3d069fbeb233f84719f0daa38494da06d36
parent1d4707876949dc97d8ff2dc13f1d163dc588bd79
LP1683385 AngJS grid avoid dupe auto-fields

When generating grid fields from an IDL class in the AngJS grid, avoid
adding any fields that match fields already defined in the markup.

An example of such a grid is the Pending Item Buckets page.

To test
-------
[1] Go to Item Buckets and add an item to the Pending Items page.
[2] Note that in the column picker there are two barcode fields,
    one that hyperlinks the item and one that does not.
[3] Apply the patch and repeat steps 1-2.
[4] This time, there is only one barcode column (the one that
    hyperlinks the results).

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/web/js/ui/default/staff/services/grid.js