projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b0f2db
)
LP1904036 Grid wildcard column support cleanup
author
Bill Erickson
<berickxx@gmail.com>
Tue, 18 May 2021 20:59:23 +0000
(16:59 -0400)
committer
Bill Erickson
<berickxx@gmail.com>
Thu, 6 Oct 2022 17:00:18 +0000
(13:00 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/share/grid/grid.ts
patch
|
blob
|
history
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
c22289e
..
c573a4b
100644
(file)
--- a/
Open-ILS/src/eg2/src/app/share/grid/grid.ts
+++ b/
Open-ILS/src/eg2/src/app/share/grid/grid.ts
@@
-164,7
+164,6
@@
export class GridColumnSet {
const pathParts = dotpath.split(/\./);
let oldField;
- let oldFieldLabel = '';
// find the IDL class definition for the last element in the
// path before the .*
@@
-177,10
+176,6
@@
export class GridColumnSet {
// link to another class.
if (idlField && idlField['class'] && (
idlField.datatype === 'link' || idlField.datatype === 'org_unit')) {
-
- if (oldFieldLabel) { oldFieldLabel += ' : '; }
-
- oldFieldLabel += idlField.label;
classObj = this.idl.classes[idlField['class']];
} else {