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=fc8e5be275fcd96de4bc4d841928490ebfbb87ed;p=working%2FEvergreen.git LP1904036 Grid flat data service/support Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg --- 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.