Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0023883Openbravo ERPA. Platformpublic2013-05-22 12:512013-05-28 23:56
rafademiguel 
shankarb 
normalminoralways
closedfixed 
5
 
3.0MP24 
AugustoMauch
Core
No
0023883: A Tab with none field "Show in grid View" selected break the window with a forever loading message
A Tab with none field "Show in grid View" selected break the window with a forever loading message
Create a window with tabs
In one tab set all fields to "Show in grid View" = N
Warn me about the problem or not let me do this scenario.
No tags attached.
Issue History
2013-05-22 12:51rafademiguelNew Issue
2013-05-22 12:51rafademiguelAssigned To => AugustoMauch
2013-05-22 12:51rafademiguelModules => Core
2013-05-22 12:51rafademiguelTriggers an Emergency Pack => No
2013-05-23 09:38shankarbAssigned ToAugustoMauch => shankarb
2013-05-23 10:35shankarbReview Assigned To => AugustoMauch
2013-05-23 10:36shankarbIssue Monitored: AugustoMauch
2013-05-23 10:36shankarbStatusnew => scheduled
2013-05-23 10:36shankarbfix_in_branch => pi
2013-05-23 10:37hgbotCheckin
2013-05-23 10:37hgbotNote Added: 0058890
2013-05-23 10:37hgbotStatusscheduled => resolved
2013-05-23 10:37hgbotResolutionopen => fixed
2013-05-23 10:37hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/2127be3203c083c342cca1c98d8bba157d119f4e [^]
2013-05-23 11:49hgbotCheckin
2013-05-23 11:49hgbotNote Added: 0058894
2013-05-23 11:50shankarbNote Added: 0058895
2013-05-23 11:50shankarbStatusresolved => new
2013-05-23 11:50shankarbResolutionfixed => open
2013-05-23 11:51shankarbIssue End Monitor: AugustoMauch
2013-05-24 01:19hudsonbotCheckin
2013-05-24 01:19hudsonbotNote Added: 0058918
2013-05-24 01:19hudsonbotCheckin
2013-05-24 01:19hudsonbotNote Added: 0058919
2013-05-27 11:35shankarbStatusnew => scheduled
2013-05-27 12:32hgbotCheckin
2013-05-27 12:32hgbotNote Added: 0058947
2013-05-27 12:32hgbotStatusscheduled => resolved
2013-05-27 12:32hgbotResolutionopen => fixed
2013-05-27 12:32hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/2127be3203c083c342cca1c98d8bba157d119f4e [^] => http://code.openbravo.com/erp/devel/pi/rev/20388faf6420e36817bea88b0fed7a2d66afe799 [^]
2013-05-27 13:23AugustoMauchNote Added: 0058951
2013-05-27 13:23AugustoMauchStatusresolved => closed
2013-05-27 13:23AugustoMauchFixed in Version => 3.0MP24
2013-05-28 23:56hudsonbotCheckin
2013-05-28 23:56hudsonbotNote Added: 0059004

Notes
(0058890)
hgbot   
2013-05-23 10:37   
Repository: erp/devel/pi
Changeset: 2127be3203c083c342cca1c98d8bba157d119f4e
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Thu May 23 14:05:03 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/2127be3203c083c342cca1c98d8bba157d119f4e [^]

Fixes Issue 0023883 : At least one field should be visible in grid view

Added trigger logic for ad_field to check if at least one field is visible in grid.
If there are no fields visible in grid view, the view is stuck with loading screen.

---
M src-db/database/model/triggers/AD_FIELD_TRG.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
---
(0058894)
hgbot   
2013-05-23 11:49   
Repository: erp/devel/pi
Changeset: eac5354af6e4a329ebd848791095890875a1e3a1
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Thu May 23 15:15:41 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/eac5354af6e4a329ebd848791095890875a1e3a1 [^]

Related to Issue 23883 : Backed out changeset 2127be3203c0

Issue will be solved by not triggering an exception, but doing notification.

---
M src-db/database/model/triggers/AD_FIELD_TRG.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
---
(0058895)
shankarb   
2013-05-23 11:50   
Issue reopened
(0058918)
hudsonbot   
2013-05-24 01:19   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/758b27652865 [^]

Maturity status: Test
(0058919)
hudsonbot   
2013-05-24 01:19   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/758b27652865 [^]

Maturity status: Test
(0058947)
hgbot   
2013-05-27 12:32   
Repository: erp/devel/pi
Changeset: 20388faf6420e36817bea88b0fed7a2d66afe799
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Mon May 27 15:59:41 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/20388faf6420e36817bea88b0fed7a2d66afe799 [^]

Fixes Issue 0023883 : At least one field should be visible in grid view

Export fails now if there is a tab with no fields visible in grid view.
Also an error in log is raised when the tab is opened.

---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewTab.java
M src/org/openbravo/service/system/DatabaseValidator.java
M src/org/openbravo/service/system/SystemValidationResult.java
---
(0058951)
AugustoMauch   
2013-05-27 13:23   
Code reviewed and verified in pi@20388faf6420
(0059004)
hudsonbot   
2013-05-28 23:56   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/4ecad5b5150f [^]

Maturity status: Test