File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 515515
516516 if ( row . treeExpandedState . state !== uiGridTreeViewConstants . COLLAPSED ) {
517517 row . treeExpandedState . state = uiGridTreeViewConstants . COLLAPSED ;
518+ grid . treeView . expandAll = false ;
518519 grid . api . treeView . raise . rowCollapsed ( row ) ;
519520 grid . queueGridRefresh ( ) ;
520521 }
536537 }
537538
538539 service . setAllNodes ( grid , row . treeExpandedState , uiGridTreeViewConstants . COLLAPSED ) ;
540+ grid . treeView . expandAll = false ;
539541 grid . queueGridRefresh ( ) ;
540542 } ,
541543
Original file line number Diff line number Diff line change 1- ddescribe ( 'ui.grid.treeView uiGridTreeViewService' , function ( ) {
1+ describe ( 'ui.grid.treeView uiGridTreeViewService' , function ( ) {
22 var uiGridTreeViewService ;
33 var uiGridTreeViewConstants ;
44 var gridClassFactory ;
You can’t perform that action at this time.
0 commit comments