Merged in dheeyi/processmaker/PM-1747A (pull request #1701)
PM-1747 and PM-1748 El Window del editor de html de Output Documents no se muestra por completo
This commit is contained in:
@@ -213,7 +213,6 @@ $menuPerms = $menuPerms . ($RBAC->userCanAccess( 'PM_REASSIGNCASE' ) == 1) ? 'R'
|
||||
$oHeadPublisher->assign( '___p34315105', $menuPerms ); // user menu permissions
|
||||
G::LoadClass( 'configuration' );
|
||||
$c = new Configurations();
|
||||
|
||||
//$oHeadPublisher->addExtJsScript('cases/caseUtils', true);
|
||||
$oHeadPublisher->addExtJsScript( 'app/main', true );
|
||||
$oHeadPublisher->addExtJsScript( 'cases/casesList', false ); //adding a javascript file .js
|
||||
|
||||
@@ -171,7 +171,7 @@ var webEntry_generate = function(PRO_UID, TASKS, DYNAFORM) {
|
||||
if(getField('WE_TYPE').value=='SINGLE')
|
||||
{ oPanel1 = new leimnud.module.panel();
|
||||
oPanel1.options = {
|
||||
size :{w:600,h:400},
|
||||
size :{w:500,h:390},
|
||||
position:{x:0,y:0,center:true},
|
||||
title :"Web Entry",
|
||||
statusBar:true,
|
||||
|
||||
Reference in New Issue
Block a user