Change #5982
Category | None |
Changed by | Bill Erickson <berickxx | @gmail.com>
Changed at | Wed 23 Jan 2019 12:09:20 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | 795c2f3c93356059439788e32950e767be343d43 |
Comments
LP1808268 eg2 grid action disableOnRows sanity check The === null test for determining if a disableOnRows handler was set was not broad enough to capture undefined values. This commit changes it to a more generic if() test to cover null/undefined. Also, instead of creating a dummy function in the action, the testing code checks for the presence of the function at run time. Apply a fix to an ng-lint warning introduced by this series of commits in the sandbox code. Signed-off-by: Bill Erickson <berickxx@gmail.com>
Changed files
- Open-ILS/src/eg2/src/app/share/grid/grid-toolbar-action.component.ts
- Open-ILS/src/eg2/src/app/share/grid/grid-toolbar.component.ts
- Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.ts