Openbravo Issue Tracking System - Modules | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0015269 | Modules | Multi-Business Partner Selector | public | 2010-11-23 14:51 | 2011-07-20 18:10 |
| Reporter | psanjuan | ||||
| Assigned To | jonalegriaesarte | ||||
| Priority | urgent | Severity | major | Reproducibility | always |
| Status | new | Resolution | open | ||
| Platform | OS | 20 | OS Version | Ubuntu 8.04.1 | |
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Merge Request Status | |||||
| Regression date | |||||
| Regression introduced by commit | |||||
| Regression level | |||||
| Review Assigned To | |||||
| Support ticket | |||||
| OBNetwork customer | No | ||||
| 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. | ||||
| Steps To Reproduce | |||||
| Proposed Solution | Proposed solution is to use the statement try { OBContext.setAdminMode(true); ... existing DAL related code ... } finally { OBContext.restorePreviousMode(); } | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2010-11-23 14:51 | psanjuan | New Issue | |||
| 2010-11-23 14:51 | psanjuan | Assigned To | => mtaal | ||
| 2010-11-23 14:51 | psanjuan | OBNetwork customer | => No | ||
| 2011-06-03 11:10 | dalsasua | Assigned To | mtaal => dalsasua | ||
| 2011-07-20 18:10 | dalsasua | Assigned To | dalsasua => jonalegriaesarte | ||
| There are no notes attached to this issue. |