From 56088321ff2ef2b2353345ee92c73076192308f6 Mon Sep 17 00:00:00 2001 From: Benjamin DALSASS Date: Thu, 6 Aug 2026 09:33:35 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B08726=20-=20Deprecation=20cleanup=20in=20?= =?UTF-8?q?portal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- asset/js/workflow_graphical_view_portal.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/asset/js/workflow_graphical_view_portal.js b/asset/js/workflow_graphical_view_portal.js index d1e9b40..5b2cb35 100644 --- a/asset/js/workflow_graphical_view_portal.js +++ b/asset/js/workflow_graphical_view_portal.js @@ -95,14 +95,15 @@ $(function() }, _prepareModal: function() { - // Note: Unfortunately we have to manually rebuild the modal markup as for now the CombodoPortalToolbox does not allow to specify all parts of the modal. + // Note: Unfortunately we have to manually rebuild the modal markup as for now the CombodoModal does not allow to specify all parts of the modal. // This has been tracked under N°2906. var sModalContent = ''+ '' + ''; - CombodoPortalToolbox.OpenModal({ - content: sModalContent + CombodoModal.OpenModal({ + content: sModalContent, + size: 'lg', }); }, _openModal: function()