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:
2d85be5
)
LP#1775466 Tree widget expand by default
author
Bill Erickson
<berickxx@gmail.com>
Tue, 24 Jul 2018 19:51:06 +0000
(15:51 -0400)
committer
Bill Erickson
<berickxx@gmail.com>
Wed, 5 Sep 2018 14:05:23 +0000
(10:05 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/share/tree/tree.ts
patch
|
blob
|
history
diff --git
a/Open-ILS/src/eg2/src/app/share/tree/tree.ts
b/Open-ILS/src/eg2/src/app/share/tree/tree.ts
index
2eb500e
..
a58cb32
100644
(file)
--- a/
Open-ILS/src/eg2/src/app/share/tree/tree.ts
+++ b/
Open-ILS/src/eg2/src/app/share/tree/tree.ts
@@
-23,7
+23,7
@@
export class TreeNode {
constructor(values: {[key: string]: any}) {
this.children = [];
- this.expanded =
fals
e;
+ this.expanded =
tru
e;
this.depth = 0;
this.selected = false;