diff --git a/api/js/etemplate/Et2Tree/Et2Tree.ts b/api/js/etemplate/Et2Tree/Et2Tree.ts index f4de3eed85..7c3bd08861 100644 --- a/api/js/etemplate/Et2Tree/Et2Tree.ts +++ b/api/js/etemplate/Et2Tree/Et2Tree.ts @@ -757,7 +757,7 @@ export class Et2Tree extends Et2WidgetWithSelectMixin(LitElement) protected updated(_changedProperties: PropertyValues) { - // this._link_actions(this.actions) + this._link_actions(this.actions) super.updated(_changedProperties); }