LP1858138 Grid IDL field definition repairs and more
authorBill Erickson <berickxx@gmail.com>
Thu, 2 Jan 2020 21:22:34 +0000 (16:22 -0500)
committerBill Erickson <berickxx@gmail.com>
Fri, 3 Jan 2020 19:36:31 +0000 (14:36 -0500)
commit0328879b1ae5ff04b1e86550d97ee0709478bb11
treef231c06f9dcb1394aed40b75fee1d560c50d4ce9
parentd24cf32e42fd6d624b69122d8d4c72e8eaba50ae
LP1858138 Grid IDL field definition repairs and more

* Deprecate showLinkSelectors, since FormatService now performs that
  logic under the covers.  Includes deprecation console warning.

* Fix Grid field IDL class extraction off-by-one error.  The code was
  stamping the source field with the class of the field's link target
  instead of the class the field actually belonged to.

* Allow for IDL field info extraction from the 'name' attribute when no
  'path' attribute is defined.

* Avoid console errors when clearing combobox values in grid filters.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/eg2/src/app/share/grid/grid-filter-control.component.ts
Open-ILS/src/eg2/src/app/share/grid/grid.component.ts
Open-ILS/src/eg2/src/app/share/grid/grid.ts