Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0008276Openbravo ERP01. General setuppublic2009-03-25 11:362009-06-13 00:00
RenateNieuwkoop 
areefbasha 
normalminoralways
closedfixed 
5
2.50beta 
pi 
Core
No
0008276: 250 beta: Import Client should not be available for Admin role
General Setup || Client || Import Client

The import client should only be available for the system administrator, not for the admin role.
No tags attached.
Issue History
2009-03-25 11:36RenateNieuwkoopNew Issue
2009-03-25 11:36RenateNieuwkoopAssigned To => rafaroda
2009-03-31 11:27psarobeStatusnew => scheduled
2009-03-31 11:27psarobefix_in_branch => pi
2009-03-31 12:24rafarodaAssigned Torafaroda => sathiyan
2009-03-31 18:29sathiyanAssigned Tosathiyan => rajagopal
2009-04-09 18:24rafarodaNote Added: 0015315
2009-06-01 10:01rafarodaAssigned Torajagopal => sathiyan
2009-06-04 09:15areefbashaAssigned Tosathiyan => areefbasha
2009-06-08 11:53hgbotCheckin
2009-06-08 11:53hgbotNote Added: 0017081
2009-06-08 11:53hgbotStatusscheduled => resolved
2009-06-08 11:53hgbotResolutionopen => fixed
2009-06-08 11:53hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/e61cd04cf663a1047aef0bb1aadafc77c66dfa3f [^]
2009-06-12 10:21sureshbabuStatusresolved => closed
2009-06-12 10:21sureshbabuNote Added: 0017233
2009-06-12 10:21sureshbabuFixed in Version => pi
2009-06-13 00:00anonymoussf_bug_id0 => 2805707

Notes
(0015315)
rafaroda   
2009-04-09 18:24   
The following select should only retrieve one row: "System Administrator", "0"

select r.name, r.ad_role_id from ad_process_access pa, ad_role r
where pa.ad_process_id = '970EAD9B846648A7AB1F0CCA5058356C'
and r.ad_role_id=pa.ad_role_id
(0017081)
hgbot   
2009-06-08 11:53   
Repository: erp/devel/pi
Changeset: e61cd04cf663a1047aef0bb1aadafc77c66dfa3f
Author: Areef Basha <areef.basha <at> openbravo.com>
Date: Mon Jun 08 15:20:27 2009 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/e61cd04cf663a1047aef0bb1aadafc77c66dfa3f [^]

Fixes bug 8276: Import Client should not be available for Admin role.

Now the Import Client process access has been removed for the following roles.
[Accounting Test User,Accounting Test Admin,Openbravo Admin,RoleA,RoleB,RoleB11].

---
M referencedata/sampledata/Accounting_Test.xml
M referencedata/sampledata/SmallBazaar.xml
M src-db/database/sourcedata/AD_PROCESS.xml
---
(0017233)
sureshbabu   
2009-06-12 10:21   
Tested working fine