Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0006587Openbravo ERP02. Master data managementpublic2008-12-16 16:072009-04-21 11:07
gorkaion 
alostale 
urgentcriticalalways
closedfixed 
20Gentoo
 
 
Core
No
0006587: not all accesses are inserted when database is created
Not all accesses are inserted when the database is created.

For example, not all roles get access to * organization.
Do a create.database, or install.sources and check that 'Openbravo admin' role doesn't have access to * organization.
platform1_sprint1
related to defect 0006642 closed alostale Sampledata import fails 
blocks defect 0006357 closed gorkaion I'm not able to change the product in requisition line tab 
Issue History
2008-12-16 16:07gorkaionNew Issue
2008-12-16 16:07gorkaionAssigned To => rafaroda
2008-12-16 16:07gorkaionsf_bug_id0 => 2433632
2008-12-16 16:07gorkaionRegression testing => No
2008-12-16 16:08gorkaionRelationship addedblocks 0006357
2008-12-16 16:08gorkaionAssigned Torafaroda => marvintm
2008-12-16 16:38alostaleAssigned Tomarvintm => alostale
2008-12-16 16:38alostaleTag Attached: platform1_sprint1
2008-12-16 16:42svnbotCheckin
2008-12-16 16:42svnbotNote Added: 0011425
2008-12-16 16:42svnbotStatusnew => resolved
2008-12-16 16:42svnbotResolutionopen => fixed
2008-12-16 16:42svnbotsvn_revision => 11255
2008-12-18 09:38svnbotCheckin
2008-12-18 09:38svnbotNote Added: 0011505
2008-12-18 09:38svnbotsvn_revision11255 => 11340
2008-12-18 12:37alostaleRelationship addedrelated to 0006642
2009-04-21 11:07psarobeStatusresolved => closed

Notes
(0011425)
svnbot   
2008-12-16 16:42   
Repository: openbravo
Revision: 11255
Author: alostale
Date: 2008-12-16 16:42:55 +0100 (Tue, 16 Dec 2008)

fixed bug 0006587: not all accesses are inserted when database is created

---
U trunk/build.xml
U trunk/src/build.xml
U trunk/src-db/database/model/functions/AD_UPDATE_ACCESS.xml
---

https://dev.openbravo.com/websvn/openbravo/?rev=11255&sc=1 [^]
(0011505)
svnbot   
2008-12-18 09:38   
Repository: openbravo
Revision: 11340
Author: alostale
Date: 2008-12-18 09:38:01 +0100 (Thu, 18 Dec 2008)

fixed bug 0006587: The previous fix was not totally correct. The problem, in fact,
was not caused by the AD_UPDATE_ACCESS procedure, which was correct, but because
the AD_ROLE_ORGACCESS table was removed from sampledata so it was not exported to
the new DAL's sampledata files. This table has been added to the old sample data
xml files and exported to the new one.

---
U trunk/referencedata/sampledata/Accounting_Test.xml
U trunk/referencedata/sampledata/BigBazaar.xml
U trunk/src-db/database/model/functions/AD_UPDATE_ACCESS.xml
A trunk/src-db/database/sampledata/AD_ROLE_ORGACCESS.xml
---

https://dev.openbravo.com/websvn/openbravo/?rev=11340&sc=1 [^]