]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1831788: create CommonWidgetsModule
authorGalen Charlton <gmc@equinoxinitiative.org>
Mon, 25 Mar 2019 19:27:05 +0000 (15:27 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 5 Jun 2019 18:01:28 +0000 (14:01 -0400)
commitac07099901741b5fe16392a37040982fc7df7381
tree374f3f7503cb38be75efd7d0558ea7efc9f653fb
parent7dd3d1547a588c27dcb0fa8569440b67b3dfbb73
LP#1831788: create CommonWidgetsModule

This patch moves some commonly-shared components off to a separate
module. The immediate motivation is to avoid circular dependencies
when adding filtering widgets to eg-grid.

Components included in CommonWidgetsModule should be "core" in the
sense that they are unlikely to ever need to embed one another.

Sponsored-by: MassLNC
Sponsored-by: Georgia Public Library Service
Sponsored-by: Indiana State Library
Sponsored-by: CW MARS
Sponsored-by: King County Library System
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/eg2/src/app/share/common-widgets.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid.module.ts
Open-ILS/src/eg2/src/app/staff/common.module.ts