From de154583875ebc53b2c97cf67567cd7f72ccd9a1 Mon Sep 17 00:00:00 2001 From: Julio Cesar Laura Date: Wed, 6 Feb 2013 20:13:57 -0400 Subject: [PATCH] BUG 10705 Process information debe tener scroll bar horizontal SOLVED - The component don't use the "autoScroll" property - Add the "autoScroll" property to component --- workflow/engine/templates/cases/casesStartCase.js | 1 + 1 file changed, 1 insertion(+) diff --git a/workflow/engine/templates/cases/casesStartCase.js b/workflow/engine/templates/cases/casesStartCase.js index 4f35ee110..b119c50a8 100755 --- a/workflow/engine/templates/cases/casesStartCase.js +++ b/workflow/engine/templates/cases/casesStartCase.js @@ -128,6 +128,7 @@ Ext.onReady(function() { layout:'form', defaults: {width: 350}, defaultType: 'displayfield', + autoScroll: true, items: [{ fieldLabel: TRANSLATIONS.ID_PROCESS, name: 'processName',