From 80e7b6a5dba85410646b4f526b718c3519f6c3d2 Mon Sep 17 00:00:00 2001 From: "Julia.Radzhabova" Date: Fri, 10 Oct 2025 12:08:57 +0300 Subject: [PATCH] [PDF forms] Hide finalize button --- apps/documenteditor/main/app/view/FormsTab.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/documenteditor/main/app/view/FormsTab.js b/apps/documenteditor/main/app/view/FormsTab.js index c3d328e7d5..b5011ce08e 100644 --- a/apps/documenteditor/main/app/view/FormsTab.js +++ b/apps/documenteditor/main/app/view/FormsTab.js @@ -117,7 +117,7 @@ define([ '' + '
' + '' + - '' + + '' + '' + '' + '' + @@ -211,7 +211,7 @@ define([ } } this.btnFinal && this.btnFinal.on('click', function (b, e) { - me.fireEvent('forms:final', [b.pressed, true]); + // me.fireEvent('forms:final', [b.pressed, true]); }); this.btnManager && this.btnManager.on('click', function (b, e) { me.fireEvent('forms:manager');