Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014276 | Openbravo ERP | A. Platform | public | 2010-08-24 13:13 | 2010-09-13 12:38 |
|
Reporter | shuehner | |
Assigned To | mtaal | |
Priority | immediate | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | 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 | 0014276: Need feature to disable maintaining audit info via dal for one request/dal-session |
Description | In some special cases it is needed to not updated the audit info columns (updated,updatedBy,created,createdBy) when doing db-operations.
Please add a feature to allowing to disable this for a single http-request/dal-session |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0014286 | | scheduled | Triage Platform Base | Rewrite code for 'skip' audit info in local enforcement change to use new dal feature instead of trigger | blocks | defect | 0014262 | | closed | shuehner | Unable to update a 2.50MP20 community appliance to the candidate 2.50MP21 | blocks | defect | 0014274 | 2.50MP21 | closed | shuehner | Update.database fails after disabling a module |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-08-24 13:13 | shuehner | New Issue | |
2010-08-24 13:13 | shuehner | Assigned To | => mtaal |
2010-08-24 13:13 | shuehner | OBNetwork customer | => No |
2010-08-24 13:13 | shuehner | Relationship added | blocks 0014262 |
2010-08-24 13:13 | shuehner | Relationship added | blocks 0014274 |
2010-08-24 13:17 | iperdomo | Status | new => scheduled |
2010-08-24 13:17 | iperdomo | fix_in_branch | => pi |
2010-08-24 13:44 | hgbot | Checkin | |
2010-08-24 13:44 | hgbot | Note Added: 0030248 | |
2010-08-24 13:44 | hgbot | Status | scheduled => resolved |
2010-08-24 13:44 | hgbot | Resolution | open => fixed |
2010-08-24 13:44 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/a2ef2f6cf23b5bc0f35ffde9f49283259bd5d047 [^] |
2010-08-24 14:02 | hgbot | Checkin | |
2010-08-24 14:02 | hgbot | Note Added: 0030249 | |
2010-08-24 15:11 | hgbot | Checkin | |
2010-08-24 15:11 | hgbot | Note Added: 0030253 | |
2010-08-24 16:18 | shuehner | Relationship added | related to 0014286 |
2010-08-24 17:04 | shuehner | Note Added: 0030258 | |
2010-08-24 17:04 | shuehner | Status | resolved => closed |
2010-08-25 07:09 | hudsonbot | Checkin | |
2010-08-25 07:09 | hudsonbot | Note Added: 0030280 | |
2010-08-25 07:09 | hudsonbot | Checkin | |
2010-08-25 07:09 | hudsonbot | Note Added: 0030281 | |
2010-08-25 07:09 | hudsonbot | Checkin | |
2010-08-25 07:09 | hudsonbot | Note Added: 0030282 | |
2010-09-13 12:38 | anonymous | sf_bug_id | 0 => 3065182 |
Notes |
|
(0030248)
|
hgbot
|
2010-08-24 13:44
|
|
Repository: erp/devel/pi
Changeset: a2ef2f6cf23b5bc0f35ffde9f49283259bd5d047
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Aug 24 13:41:03 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/a2ef2f6cf23b5bc0f35ffde9f49283259bd5d047 [^]
Fixes issue 14276: Need feature to disable maintaining audit info via dal for one request/dal-session
---
M src-test/org/openbravo/test/dal/IssuesTest.java
M src/org/openbravo/dal/core/DalRequestFilter.java
M src/org/openbravo/dal/core/OBInterceptor.java
---
|
|
|
(0030249)
|
hgbot
|
2010-08-24 14:02
|
|
Repository: erp/devel/pi
Changeset: dec4c41f6f8ec56eb0333529fee1b6060f8f45ed
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Aug 24 14:02:32 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/dec4c41f6f8ec56eb0333529fee1b6060f8f45ed [^]
Related to issue 14276: Need feature to disable maintaining audit info via dal for one request/dal-session
---
M src-test/org/openbravo/test/dal/IssuesTest.java
---
|
|
|
(0030253)
|
hgbot
|
2010-08-24 15:11
|
|
Repository: erp/devel/pi
Changeset: 8eb3b7375175a3d527c5ad1327a2dc7818fdf7bc
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Tue Aug 24 15:08:05 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/8eb3b7375175a3d527c5ad1327a2dc7818fdf7bc [^]
Issue 14276: small improvements
- enhance javadoc, mention only works in admin mode
- change parameter from Boolean -> boolean (&update all callers)
---
M src-test/org/openbravo/test/dal/IssuesTest.java
M src/org/openbravo/dal/core/DalRequestFilter.java
M src/org/openbravo/dal/core/OBInterceptor.java
---
|
|
|
|
Changeset reviewed and tested on pi/pgsql (rev: fe89aad08526). Tested as part of development on 14262, 14274. Without calling the new function no functional change is done. If new function is called safely (try/finally) fine. As extra safe-guard the disableAuditInfo flag is also reset at end of the http-request (in the DalRequestFilter) -> Closing |
|
|
|
|
|
|
|
|
|
|