Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0011950Openbravo ERPZ. Otherspublic2010-01-12 22:092010-01-20 00:01
shuehner 
alostale 
immediatecriticalhave not tried
closedfixed 
5
pi 
 
Core
No
0011950: API check build 260 fails
This api check build fails:

http://builds.openbravo.com/job/erp_devel_pi-module-integrity-test/260/console [^]

Summary:
  Removed row from table AD_PROCESS - ID: 1005200000

No tags attached.
related to defect 00114982.50MP11 closed alostale In a read only access window you cannot change the audit display 
Issue History
2010-01-12 22:09shuehnerNew Issue
2010-01-12 22:09shuehnerAssigned To => alostale
2010-01-13 08:40alostaleNote Added: 0023376
2010-01-13 08:41alostaleRelationship addedrelated to 0011498
2010-01-13 08:41alostaleAssigned Toalostale => pjuvara
2010-01-13 09:21pjuvaraStatusnew => scheduled
2010-01-13 09:21pjuvaraNote Added: 0023379
2010-01-13 09:21pjuvaraAssigned Topjuvara => shuehner
2010-01-13 09:21pjuvarafix_in_branch => pi
2010-01-13 10:29shuehnerAssigned Toshuehner => alostale
2010-01-13 15:12alostaleNote Added: 0023392
2010-01-13 16:54alostaleNote Edited: 0023392
2010-01-19 12:01hgbotCheckin
2010-01-19 12:01hgbotNote Added: 0023558
2010-01-19 12:01hgbotStatusscheduled => resolved
2010-01-19 12:01hgbotResolutionopen => fixed
2010-01-19 12:01hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/api-checks/rev/b847ebd31eaad3595b82b5e1f9012dd5a15cb393 [^]
2010-01-19 12:02alostaleStatusresolved => closed
2010-01-20 00:01anonymoussf_bug_id0 => 2935293

Notes
(0023376)
alostale   
2010-01-13 08:40   
This change is introduced by fixing issue 0011498.

There's a Servlet that is called to change the audit status (show/not show) for a tab. This Servlet was defined as a process in AD, which means that to be able to operate it, it was necessary to explicitly grant access to the process. The solution for the bug consisted in removing it from processes in AD (which makes the API change) and creating it as a simple mapping.

The risk for this change is 0, because the process was not directly accessible and the as a standard process and the Servlet that was used is still present with the same mapping, that's why I propose to maintain the change.
(0023379)
pjuvara   
2010-01-13 09:21   
Approved.
(0023392)
alostale   
2010-01-13 15:12   
(edited on: 2010-01-13 16:54)
The push to close this issue is blocked till mp10 is released and api-checks repository is unfrozen.

(0023558)
hgbot   
2010-01-19 12:01   
Repository: erp/devel/api-checks
Changeset: b847ebd31eaad3595b82b5e1f9012dd5a15cb393
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Jan 19 12:01:23 2010 +0100
URL: http://code.openbravo.com/erp/devel/api-checks/rev/b847ebd31eaad3595b82b5e1f9012dd5a15cb393 [^]

fixed issue 11950: API check build 260 fails

---
M model/sourcedata/AD_PROCESS.xml
---