Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0014485Openbravo ERPZ. Otherspublic2010-09-08 16:352012-02-09 15:33
dbaz 
dbaz 
urgentmajoralways
newopen 
5
2.50 
 
User Interface Application
No
0014485: A mechanism to block the new MDI should be provided
There are some process (tomcat restart, delete client, ...) that could be run from a particular tab (MDI tab). While running this, the user should not be able to open any other tab/make any other action.

A mechanism to block the new MDI should be provided.

This mechanism (let's imagine OB.Layout.block(true)) should be called in a way like

if (isWindowInMDITab) {
  var LayoutMDI = getFrame('LayoutMDI');
  LayoutMDI.OB.Layout.block(true);
}

when it is needed (and the LayoutMDI.OB.Layout.block(false); when it finish)

Note that this code should be called from the classic html
No tags attached.
blocks defect 00144813.0RC3 closed dbaz The Tomcat process restart keeps the upper menu frame 
Issue History
2010-09-08 16:35dbazNew Issue
2010-09-08 16:35dbazAssigned To => mtaal
2010-09-08 16:36dbazRelationship addedblocks 0014481
2010-09-08 16:48shuehnerNote Added: 0030851
2012-02-09 15:33mtaalAssigned Tomtaal => dbaz

Notes
(0030851)
shuehner   
2010-09-08 16:48   
Most important process: Rebuild popup.. Requirement no database writes allowed during rebuild.. so no work in any other tab and i.e. only not propertystore if someone tries to open a window even..