]> git.evergreen-ils.org Git - working/Evergreen.git/commit
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:28:24 +0000 (14:28 -0500)
commitbb61f6a28184ea76a301514960ec56860f3dc341
treeb7e0cec3491c0acdb07ad558bc35806faaf190bf
parent37c9c2ff75d459ddddeb4ad43ed1b79f27d5381d
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