From 8fa424c4dfd603da3f13edddfa74570ef0835a98 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 23 Aug 2021 15:37:16 -0600 Subject: [PATCH] Avoid using private internal value --- infolog/js/app.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infolog/js/app.ts b/infolog/js/app.ts index 71a0ac59ae..50b1d44c84 100644 --- a/infolog/js/app.ts +++ b/infolog/js/app.ts @@ -645,8 +645,7 @@ class InfologApp extends EgwApp */ getWindowTitle() { - var widget = this.et2.getWidgetById('info_subject'); - if(widget) return widget.options.value; + return this.et2.getValueById("info_subject"); } /**