Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0015269 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
defect | [Modules] Multi-Business Partner Selector | major | always | 2010-11-23 14:51 | 2011-07-20 18:10 | |||||||
Reporter | psanjuan | View Status | public | |||||||||
Assigned To | jonalegriaesarte | |||||||||||
Priority | urgent | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Linux 32 bit | Database | Oracle | Java version | 1.6 | |||||||
OS Version | Ubuntu 8.04.1 | Database version | 11.1.0.6.0 | Ant version | 1.7.0 | |||||||
Product Version | SCM revision | |||||||||||
Regression date | ||||||||||||
Regression introduced by commit | ||||||||||||
Regression level | ||||||||||||
Review Assigned To | ||||||||||||
Regression introduced in release | ||||||||||||
Summary | 0015269: If selector is used with a role that do not have access to the business partner category window, it may not work | |||||||||||
Description | If selector is used with a role that do not have access to the business partner category window, it may not work, as the code: private <T extends BaseOBObject> String createListbox(Class<T> t, String currentValue) { final OBCriteria<T> ocs = OBDal.getInstance().createCriteria(t); may retrieve zero results. Multidimensional Tax Report module (Localization module) depends on Multi Business Partner Selector, so we need this to be fixed. | |||||||||||
Proposed Solution | Proposed solution is to use the statement try { OBContext.setAdminMode(true); ... existing DAL related code ... } finally { OBContext.restorePreviousMode(); } | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Issue History | |||
Date Modified | Username | Field | Change |
2010-11-23 14:51 | psanjuan | New Issue | |
2010-11-23 14:51 | psanjuan | Assigned To | => mtaal |
2011-06-03 11:10 | dalsasua | Assigned To | mtaal => dalsasua |
2011-07-20 18:10 | dalsasua | Assigned To | dalsasua => jonalegriaesarte |
Copyright © 2000 - 2009 MantisBT Group |