Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0016769Openbravo ERPA. Platformpublic2011-04-12 14:032011-04-16 00:00
adrianromero 
iperdomo 
immediatecriticalhave not tried
closedfixed 
5
pi 
3.0RC63.0RC6 
User Interface Application
No
0016769: Warehouse combo box in the "user pop-up" only lists warehouses of descendant organizations not warehouses of ascendant
The warehouse combo in the user pop-up info shows warehouses of descendant organizations and not warehouses of ascendant organizations.

This is because the list of valid warehouses by organization it is filtered using the function AD_ISORGINCLUDED() that is valid only for descendant organizations.

* Login as role F&B International Group Admin

* Create a new warehouse for organization F&B España, S.A.

* Open the User popup and see that if selecting the Organization F&B España - Region Norte, the new created warehouse does not appear in the Warehouses combo box.

instead of using the PL/SQL function to check if a warehouse is a valid warehouse, use the java function Utility.getReferenceableOrg()
No tags attached.
related to defect 00140483.0RC6 closed marvintm Warehouse combo box in the "user pop-up" window must depend on the organization 
Issue History
2011-04-12 14:03adrianromeroNew Issue
2011-04-12 14:03adrianromeroAssigned To => marvintm
2011-04-12 14:03adrianromeroModules => User Interface Application
2011-04-12 14:03adrianromeroNote Added: 0035852
2011-04-12 14:04adrianromeroRelationship addedrelated to 0014048
2011-04-12 15:57adrianromeroAssigned Tomarvintm => iperdomo
2011-04-12 15:58adrianromeroStatusnew => scheduled
2011-04-12 15:58adrianromerofix_in_branch => pi
2011-04-12 16:18psarobefix_in_branchpi =>
2011-04-12 20:28hgbotCheckin
2011-04-12 20:28hgbotNote Added: 0035877
2011-04-12 20:28hgbotStatusscheduled => resolved
2011-04-12 20:28hgbotResolutionopen => fixed
2011-04-12 20:28hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/ee94070649adc8110959bb4b1e5229c02d5eecee [^]
2011-04-15 16:40psarobeNote Added: 0035998
2011-04-15 16:40psarobeStatusresolved => closed
2011-04-15 16:40psarobeFixed in Version => 3.0RC6
2011-04-16 00:00anonymoussf_bug_id0 => 3287929

Notes
(0035852)
adrianromero   
2011-04-12 14:03   
This issue has been introduced in the fix of the related issue 14048
(0035877)
hgbot   
2011-04-12 20:28   
Repository: erp/devel/pi
Changeset: ee94070649adc8110959bb4b1e5229c02d5eecee
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Tue Apr 12 20:26:57 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/ee94070649adc8110959bb4b1e5229c02d5eecee [^]

Fixes issue 16769: Filter the warehouses based on the -natural tree-

---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/navigationbarcomponents/UserInfoWidgetActionHandler.java
---
(0035998)
psarobe   
2011-04-15 16:40   
Fixed