diff --git a/phpgwapi/js/egw_action/egw_action.js b/phpgwapi/js/egw_action/egw_action.js index c549a3feaa..cf64e453bc 100644 --- a/phpgwapi/js/egw_action/egw_action.js +++ b/phpgwapi/js/egw_action/egw_action.js @@ -878,6 +878,9 @@ egwActionObject.prototype.clear = function() { // Delete all other references this.selectedChildren = []; this.focusedChild = null; + + // Remove links + this.actionLinks = []; } /**