Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013301 | Openbravo ERP | A. Platform | public | 2010-05-12 10:20 | 2010-05-19 00:01 |
|
Reporter | mtaal | |
Assigned To | mtaal | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 2.50MP18 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0013301: [OBCONTEXT] Warehouse not present in OBContext |
Description | The DAL OBContext has user, role, client, org but not yet the warehouse stored. This should be added to be more in line with the session variables. |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-05-12 10:20 | mtaal | New Issue | |
2010-05-12 10:20 | mtaal | Assigned To | => mtaal |
2010-05-12 10:20 | mtaal | OBNetwork customer | => No |
2010-05-12 10:21 | hgbot | Checkin | |
2010-05-12 10:21 | hgbot | Note Added: 0027162 | |
2010-05-12 10:21 | hgbot | Status | new => resolved |
2010-05-12 10:21 | hgbot | Resolution | open => fixed |
2010-05-12 10:21 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d75a4058f957a9c4a9b7d9e8c763d6e20b0a9e0d [^] |
2010-05-14 13:27 | shuehner | Note Added: 0027253 | |
2010-05-14 13:27 | shuehner | Status | resolved => new |
2010-05-14 13:27 | shuehner | Resolution | fixed => open |
2010-05-16 21:54 | hgbot | Checkin | |
2010-05-16 21:54 | hgbot | Note Added: 0027341 | |
2010-05-16 21:54 | hgbot | Status | new => resolved |
2010-05-16 21:54 | hgbot | Resolution | open => fixed |
2010-05-16 21:54 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/d75a4058f957a9c4a9b7d9e8c763d6e20b0a9e0d [^] => http://code.openbravo.com/erp/devel/pi/rev/6b25d2db763af6a7925b896dfbd229458654d5b2 [^] |
2010-05-18 12:12 | gorka_gil | Target Version | 2.50MP16 => 2.50MP18 |
2010-05-18 13:36 | shuehner | Note Added: 0027422 | |
2010-05-18 13:36 | shuehner | Status | resolved => closed |
2010-05-18 21:44 | hudsonbot | Checkin | |
2010-05-18 21:44 | hudsonbot | Note Added: 0027515 | |
2010-05-18 21:44 | hudsonbot | Checkin | |
2010-05-18 21:44 | hudsonbot | Note Added: 0027536 | |
2010-05-19 00:01 | anonymous | sf_bug_id | 0 => 3003688 |
Notes |
|
(0027162)
|
hgbot
|
2010-05-12 10:21
|
|
Repository: erp/devel/pi
Changeset: d75a4058f957a9c4a9b7d9e8c763d6e20b0a9e0d
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Wed May 12 10:20:57 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d75a4058f957a9c4a9b7d9e8c763d6e20b0a9e0d [^]
fixes issue 13301: [OBCONTEXT] Warehouse not present in OBContext
---
M src-test/org/openbravo/test/dal/OBContextTest.java
M src/org/openbravo/base/secureApp/LoginUtils.java
M src/org/openbravo/dal/core/OBContext.java
---
|
|
|
|
|
|
(0027341)
|
hgbot
|
2010-05-16 21:54
|
|
Repository: erp/devel/pi
Changeset: 6b25d2db763af6a7925b896dfbd229458654d5b2
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Sun May 16 21:53:44 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/6b25d2db763af6a7925b896dfbd229458654d5b2 [^]
fixes issue 13301: [OBCONTEXT] Warehouse not present in OBContext
Added extra testcase for language in OBContext
Change in previous mode computation in OBContext
---
M src-test/org/openbravo/test/dal/OBContextTest.java
M src/org/openbravo/dal/core/OBContext.java
---
|
|
|
|
Tested in pi/pg. Required additional fix is now done, also a needed fix for 12594/12660 was added here. |
|
|
|
|
|
|
|