Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0021821 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 02. Master data management | major | always | 2012-10-01 18:27 | 2012-10-15 10:15 | |||
Reporter | jecharri | View Status | public | |||||
Assigned To | ioritzCia | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | pi | Fixed in SCM revision | 0adac77c4063 | |||
Projection | none | ETA | none | Target Version | 3.0MP17 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | jecharri | |||||||
Web browser | Google Chrome | |||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0021821: Prices visible in product does not belong to role | |||||||
Description | Prices visible in product does not belong to role. It is posible to have acces only to org US and be able to see prices from Spain prices lists. | |||||||
Steps To Reproduce | As "Admin": -go to "Product" window and create a product in org "*" -go to tab "price" and insert a price in a spanish price list version "Tarifa de ventas" After that, create a role and give acces only for "F&B US, Inc." organization. -Assign an user and do the login. -Go to window product and verify that you can see the price that it is included in spanish price list version. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0053065) hgbot (developer) 2012-10-05 08:56 |
Repository: erp/devel/pi Changeset: 0adac77c40631842e3f7b8a11f636fc04877daae Author: Ioritz Cia <ioritz.cia <at> openbravo.com> Date: Wed Oct 03 17:50:26 2012 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/0adac77c40631842e3f7b8a11f636fc04877daae [^] Fixes issue 21821: Prices visible in product does not belong to role. --- M src-db/database/sourcedata/AD_CALLOUT.xml M src-db/database/sourcedata/AD_COLUMN.xml M src-db/database/sourcedata/AD_MODEL_OBJECT.xml M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml A src/org/openbravo/erpCommon/ad_callouts/SL_ProductPrice_PriceListVersion.java --- |
(0053080) hgbot (developer) 2012-10-05 13:40 |
Repository: erp/devel/pi Changeset: f0a1ff1e85fb163ec48926b7f7241930844c11d9 Author: Ioritz Cia <ioritz.cia <at> openbravo.com> Date: Fri Oct 05 13:18:27 2012 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/f0a1ff1e85fb163ec48926b7f7241930844c11d9 [^] Related to issue 21821: Modulescript added. --- A src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateProductPrice.class A src-util/modulescript/src/org/openbravo/modulescript/UpdateProductPrice.java --- |
(0053083) hgbot (developer) 2012-10-05 15:16 |
Repository: erp/devel/pi Changeset: 98d56090e439558046556fa827680389b710877f Author: Ioritz Cia <ioritz.cia <at> openbravo.com> Date: Fri Oct 05 15:08:07 2012 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/98d56090e439558046556fa827680389b710877f [^] Related to issue 21821: Modulescript added. --- M src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateProductPrice.class M src-util/modulescript/src/org/openbravo/modulescript/UpdateProductPrice.java A src-util/modulescript/src/org/openbravo/modulescript/UpdateProductPrice_data.xsql --- |
(0053084) hgbot (developer) 2012-10-05 15:38 |
Repository: erp/devel/pi Changeset: 71b64e0c40044615ca6b0cf1ad65d0144e5534e8 Author: Ioritz Cia <ioritz.cia <at> openbravo.com> Date: Fri Oct 05 15:25:04 2012 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/71b64e0c40044615ca6b0cf1ad65d0144e5534e8 [^] Related to issue 21821: Data .class missing. --- A src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateProductPriceData.class --- |
(0053247) hudsonbot (developer) 2012-10-11 07:50 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/63dfc135f2a1 [^] Maturity status: Test |
(0053250) hudsonbot (developer) 2012-10-11 07:50 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/63dfc135f2a1 [^] Maturity status: Test |
(0053252) hudsonbot (developer) 2012-10-11 07:50 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/63dfc135f2a1 [^] Maturity status: Test |
(0053253) hudsonbot (developer) 2012-10-11 07:50 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/63dfc135f2a1 [^] Maturity status: Test |
(0053343) ioritzCia (developer) 2012-10-15 09:54 |
Testing Plan: As a role with access to many organizations: -go to "Product" window and create a product in a parent org that has access to price lists of more than one organization. -go to tab "price" and insert a price in one of those price lists. Log in with a role that has access to a different organization that the one of the previous price list in the same tree of the organization where the product was created. -Go to window product and verify that you cannot see the price that it is included in the price list version that belongs to an organization not accessible with this role. |
(0053344) jecharri (developer) 2012-10-15 10:15 |
Verified |
(0053345) jecharri (developer) 2012-10-15 10:15 |
Verified |
Issue History | |||
Date Modified | Username | Field | Change |
2012-10-01 18:27 | jecharri | New Issue | |
2012-10-01 18:27 | jecharri | Assigned To | => dmiguelez |
2012-10-01 18:27 | jecharri | Web browser | => Google Chrome |
2012-10-01 18:27 | jecharri | Modules | => Core |
2012-10-01 18:27 | jecharri | Resolution time | => 1331420400 |
2012-10-01 18:47 | dmiguelez | Assigned To | dmiguelez => jonalegriaesarte |
2012-10-01 18:58 | jonalegriaesarte | Web browser | Google Chrome => Google Chrome |
2012-10-01 18:58 | jonalegriaesarte | Priority | normal => immediate |
2012-10-01 18:58 | jonalegriaesarte | Assigned To | jonalegriaesarte => ioritzCia |
2012-10-04 09:24 | ioritzCia | Status | new => scheduled |
2012-10-04 09:24 | ioritzCia | fix_in_branch | => pi |
2012-10-05 08:56 | hgbot | Checkin | |
2012-10-05 08:56 | hgbot | Note Added: 0053065 | |
2012-10-05 08:56 | hgbot | Status | scheduled => resolved |
2012-10-05 08:56 | hgbot | Resolution | open => fixed |
2012-10-05 08:56 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/0adac77c40631842e3f7b8a11f636fc04877daae [^] |
2012-10-05 13:40 | hgbot | Checkin | |
2012-10-05 13:40 | hgbot | Note Added: 0053080 | |
2012-10-05 15:16 | hgbot | Checkin | |
2012-10-05 15:16 | hgbot | Note Added: 0053083 | |
2012-10-05 15:38 | hgbot | Checkin | |
2012-10-05 15:38 | hgbot | Note Added: 0053084 | |
2012-10-11 07:50 | hudsonbot | Checkin | |
2012-10-11 07:50 | hudsonbot | Note Added: 0053247 | |
2012-10-11 07:50 | hudsonbot | Checkin | |
2012-10-11 07:50 | hudsonbot | Note Added: 0053250 | |
2012-10-11 07:50 | hudsonbot | Checkin | |
2012-10-11 07:50 | hudsonbot | Note Added: 0053252 | |
2012-10-11 07:50 | hudsonbot | Checkin | |
2012-10-11 07:50 | hudsonbot | Note Added: 0053253 | |
2012-10-15 09:54 | ioritzCia | Note Added: 0053343 | |
2012-10-15 10:15 | jecharri | Note Added: 0053344 | |
2012-10-15 10:15 | jecharri | Review Assigned To | => jecharri |
2012-10-15 10:15 | jecharri | Note Added: 0053345 | |
2012-10-15 10:15 | jecharri | Status | resolved => closed |
2015-09-04 10:22 | vmromanos | Relationship added | related to 0030735 |
Copyright © 2000 - 2009 MantisBT Group |