Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010905Openbravo ERPA. Platformpublic2009-10-08 09:002009-10-20 00:00
psarobe 
iperdomo 
urgentmajoralways
closedfixed 
5
pi 
2.50MP72.50MP7 
Core
No
0010905: Error while trying to access to a child tab when there is no parent selected
Prerequisities:
1. Being in a window with at least to tabs: the parent and child
2. No records in the parent tab
1. Login as system administrator
2. Go to Applicaton dictionary->Atumated test->Instructions->Header
3. Wihtout creating any header, click lines
4. You will have an error

This is a regression. Please see attach
No tags attached.
related to defect 0008402 closed iperdomo Sometimes the Autosave is not triggered when a User expects so 
related to defect 0011031pi closed dbaz Change the color of a focused link in a tab 
png child.PNG (37,362) 2009-10-08 09:00
https://issues.openbravo.com/file_download.php?file_id=1836&type=bug
png
Issue History
2009-10-08 09:00psarobeNew Issue
2009-10-08 09:00psarobeAssigned To => alostale
2009-10-08 09:00psarobeFile Added: child.PNG
2009-10-08 09:00psarobeStatusnew => scheduled
2009-10-08 09:00psarobefix_in_branch => pi
2009-10-08 16:36alostaleNote Added: 0020882
2009-10-08 16:36alostaleRelationship addedrelated to 0008402
2009-10-08 16:37alostaleAssigned Toalostale => iperdomo
2009-10-16 15:01hgbotCheckin
2009-10-16 15:01hgbotNote Added: 0021115
2009-10-16 15:01hgbotStatusscheduled => resolved
2009-10-16 15:01hgbotResolutionopen => fixed
2009-10-16 15:01hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/5651d282953058059d849ef0f88c6907f1f5449b [^]
2009-10-19 08:19arunkumarStatusresolved => closed
2009-10-19 08:19arunkumarNote Added: 0021143
2009-10-19 08:19arunkumarFixed in Version => 2.50MP7
2009-10-19 10:54iperdomoRelationship addedrelated to 0011031
2009-10-20 00:00anonymoussf_bug_id0 => 2882009

Notes
(0020882)
alostale   
2009-10-08 16:36   
The expected behavior is not to do anything when the tab button is clicked in this situation.

This bug was introduced when fixing 0008402. The problem is that before that fix TAB action has the validate changes set as true, but after that it is false. The validation not to call the servlet was done in case this attribute was true.
(0021115)
hgbot   
2009-10-16 15:01   
Repository: erp/devel/pi
Changeset: 5651d282953058059d849ef0f88c6907f1f5449b
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Fri Oct 16 14:59:52 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/5651d282953058059d849ef0f88c6907f1f5449b [^]

Fixes issue 10905: Added validation on empty grid

---
M src/org/openbravo/erpCommon/businessUtility/WindowTabs.java
---
(0021143)
arunkumar   
2009-10-19 08:19   
In grid view When I click lines without creating any header I do not see any Null pointer exception.If I click lines, nothing happens.
In edit view it shows proper error message "You have not filled in all needed fields".

Tested & Working fine.