Project: 	
  | View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0014276 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| defect | [Openbravo ERP] A. Platform | major | have not tried | 2010-08-24 13:13 | 2010-09-13 12:38 | |||
| Reporter | shuehner | View Status | public | |||||
| Assigned To | mtaal | |||||||
| Priority | immediate | Resolution | fixed | Fixed in Version | ||||
| Status | closed | Fix in branch | pi | Fixed in SCM revision | a2ef2f6cf23b | |||
| Projection | none | ETA | none | Target Version | ||||
| OS | Any | Database | Any | Java version | ||||
| OS Version | Database version | Ant version | ||||||
| Product Version | pi | SCM revision | ||||||
| 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  | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
		  Relationships		[ Relation Graph ] 
		[ Dependency Graph ] 
			 | 
||||||||||||||||||||||
  | 
||||||||||||||||||||||
  		Notes	 | 
|
| 
				(0030248) hgbot (developer) 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 (developer) 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 (developer) 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 ---  | 
| 
				(0030258) shuehner (administrator) 2010-08-24 17:04  | 
	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 | 
| 
				(0030280) hudsonbot (viewer) 2010-08-25 07:09  | 
	
		A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated: Changeset: http://code.openbravo.com/erp/devel/main/rev/a2ef2f6cf23b [^] Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/8a6a35fc0751 [^] Tests: http://builds.openbravo.com/view/int/ [^] OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18218.obx [^]  | 
| 
				(0030281) hudsonbot (viewer) 2010-08-25 07:09  | 
	
		A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated: Changeset: http://code.openbravo.com/erp/devel/main/rev/dec4c41f6f8e [^] Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/8a6a35fc0751 [^] Tests: http://builds.openbravo.com/view/int/ [^] OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18218.obx [^]  | 
| 
				(0030282) hudsonbot (viewer) 2010-08-25 07:09  | 
	
		A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated: Changeset: http://code.openbravo.com/erp/devel/main/rev/8eb3b7375175 [^] Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/8a6a35fc0751 [^] Tests: http://builds.openbravo.com/view/int/ [^] OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18218.obx [^]  | 
  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 | 
| Copyright © 2000 - 2009 MantisBT Group |