Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009846Openbravo ERP00. Application dictionarypublic2009-07-13 11:032009-07-29 00:00
alostale 
alostale 
urgentmajoralways
closedfixed 
5
pi 
2.50MP3 
Core
No
0009846: Not possible to navigate between tabs in manual edition tabs for WAD windows
When a manual form is used as a edition tab for a WAD window and there are more than one tab in the same window, it is not possible to navigate using the tabs bar in the upper side of the window.
-Create a new window
-Create at least 2 tabs within that window
-One of these tabs must be manually implemented for edition (Master Detail Form).
-Implement the manual edition tab servlet.
-Go to that window and open the manual tab in edition mode.
-Try to navigate to the other tab -> a not found servlet error is raised.
Use in WindowTabs class the new Utility.getTabUrl method to calculate the URL for the link.

Note that doing so will change the Java API because it will be necessary to pass as parameter to the constructor of this class a HttpSecureAppServlet instead of a ConnectionProvider to be able to obtain the base direction used to generate the link.
250MP3releasecandidate
related to defect 0009859 closed alostale API check: build 75 fails 
Issue History
2009-07-13 11:03alostaleNew Issue
2009-07-13 11:03alostaleAssigned To => alostale
2009-07-13 16:49hgbotCheckin
2009-07-13 16:49hgbotNote Added: 0018171
2009-07-13 16:49hgbotStatusnew => resolved
2009-07-13 16:49hgbotResolutionopen => fixed
2009-07-13 16:49hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/d62e7c5b8990d109f880e6ef5e40a4e061b7f341 [^]
2009-07-13 17:15alostaleRelationship addedrelated to 0009859
2009-07-21 16:24psarobeFixed in Version => 2.50MP3
2009-07-21 16:26psarobeTag Attached: 250MP3releasecandidate
2009-07-22 15:13alostaleRelationship addedrelated to 0009998
2009-07-23 11:54alostaleRelationship deletedrelated to 0009998
2009-07-28 11:37psarobeStatusresolved => closed
2009-07-29 00:00anonymoussf_bug_id0 => 2828659

Notes
(0018171)
hgbot   
2009-07-13 16:49   
Repository: erp/devel/pi
Changeset: d62e7c5b8990d109f880e6ef5e40a4e061b7f341
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Jul 13 16:49:10 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d62e7c5b8990d109f880e6ef5e40a4e061b7f341 [^]

fixed bug 009846: Not possible to navigate between tabs in manual edition tabs for WAD windows

---
M src-core/src/org/openbravo/base/HttpBaseServlet.java
M src/org/openbravo/erpCommon/businessUtility/WindowTabs.java
M src/org/openbravo/erpCommon/utility/Utility.java
---