Skip to content

Commit

Permalink
Revert "SVYX-777 dbtreeview - using refreshRecordFromDatabase to relo…
Browse files Browse the repository at this point in the history
…ad records breaks bindings"

This reverts commit 5b2a664.
  • Loading branch information
jcompagner committed Feb 9, 2024
1 parent 91be0ab commit fce75f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbtreeview/dbtreeview_server_ng2.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $scope.api.addRoots = function(foundset) {
*
*/
$scope.api.removeAllRoots = function() {
$scope.model.foundsettree.removeAllRoots();
$scope.model.foundsettree.roots.clear();
}

$scope.api.getCheckBoxValues = function(datasource) {
Expand Down

0 comments on commit fce75f0

Please sign in to comment.