From: Bill Erickson Date: Mon, 19 Apr 2021 16:43:51 +0000 (-0400) Subject: LP1904036 Grid flat data service/support X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=228e87e19f683e5d5d98d0e0eb79a77b6b001f4f;p=working%2FEvergreen.git LP1904036 Grid flat data service/support Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/eg2/src/app/share/grid/grid.ts b/Open-ILS/src/eg2/src/app/share/grid/grid.ts index 6a4bd01f0c..90fa88b04f 100644 --- a/Open-ILS/src/eg2/src/app/share/grid/grid.ts +++ b/Open-ILS/src/eg2/src/app/share/grid/grid.ts @@ -117,6 +117,7 @@ export class GridColumnSet { this.applyColumnFilterability(col); } + // Returns true if the new column was inserted, false otherwise. // Declared columns take precedence over auto-generated columns // when collisions occur.