Hello,
I'm having a problem with Studio.
I created some custom modules in Module Builder and one of these has blank page in Studio.
Look at the picture:
I can't to add some row or panel...
Can you help me how to fix it please?
Thank you...
Hello,
I'm having a problem with Studio.
I created some custom modules in Module Builder and one of these has blank page in Studio.
Look at the picture:
I can't to add some row or panel...
Can you help me how to fix it please?
Thank you...
Seems to be an issue of rights.
check this: http://www.sugarcrm.com/wiki/index.p...sions_on_Linux
Harald Kuske
Pre-Sales Engineer Central Europe
SUGARCRM Deutschland GmbH
Erika-Mann-Str. 53, 80636 Munich, Germany
Email: hkuske@sugarcrm.com
Home: http://www.sugarcrm.com
All files and folders are chmoded to 0777 and Studio does not work.
I found part of code in file /modules/****/metadata/editviewdefs.php
This code seems to be brokenPHP Code:'panels' =>
array (
'lbl_panel2' =>
array (
),
),
So i fixed this problem using FireBug plugin to Firefox.
1) Adding this part of code to right Studio html element
2) Removing JavaScript controll function to check count of rows in panel on onclick at button Save and deploy from:HTML Code:<div class="le_panel" id="1006" style=""><div id="le_panellabel_1006"><span id="le_panelname_1006" class="panel_name">New Panel 2</span><span id="le_panelid_1006" class="panel_id">lbl_panel2</span></div><img src="index.php?entryPoint=getImage&themeName=Sugar&imageName=edit_inline.gif" class="le_edit" style=""><div class="le_row" id="1014"><div class="le_field special" id="1015"><span>(filler)</span><span class="field_name">(filler)</span></div><div class="le_field special" id="1016"><span>(filler)</span><span class="field_name">(filler)</span></div></div></div>
to:Code:if (countGridFields()==0) ModuleBuilder.layoutValidation.popup() ; else Studio2.handlePublish();
3) click to Save and deploy button -> Studio saved EditView with one blank panel and one blank row with two blank columns.Code:Studio2.handlePublish();
Every other work in Studio after fixing this error is OK...
Which version do you have and in which modules did you change?
Harald Kuske
Pre-Sales Engineer Central Europe
SUGARCRM Deutschland GmbH
Erika-Mann-Str. 53, 80636 Munich, Germany
Email: hkuske@sugarcrm.com
Home: http://www.sugarcrm.com
I have a SugarCRM CE 5.5.2 and I changed custom modules created via Module Builder.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks