LP1858138 Grid IDL field definition repairs and more
authorBill Erickson <berickxx@gmail.com>
Thu, 2 Jan 2020 21:22:34 +0000 (16:22 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 3 Jan 2020 15:20:23 +0000 (10:20 -0500)
commite62c9d9c29605e6b109d27b7db073b21818ceeff
treebf61a8d9bb7e9dff8990ca2f85c18acd35be4faf
parent20c8c000d90709086a7408df4bab2bb27faf0955
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