Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0033040 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 01. General setup | major | always | 2016-05-24 18:46 | 2018-02-22 17:22 | |||
Reporter | maite | View Status | public | |||||
Assigned To | Sanjota | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | 3.0PR16Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | e1053e861351 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | aferraz | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | Production - Confirmed Stable | |||||||
Regression date | 2015-05-11 | |||||||
Regression introduced in release | 3.0PR15Q3 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/72e2b8bfe6fc [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0033040: Unhomogeneous behavior depending on Org Access when role is defined at "Organization" user level | |||||||
Description | Unhomogeneous behavior depending on Org Access when role is defined at "Organization" user level | |||||||
Steps To Reproduce | 1. Access Client window and set Central Maintenance=No 2. Access to Role window and modify "F&B España, S.A - Finance" role to set user level= organization 3. Login using "F&B España, S.A - Finance" role, access Sales Invoice window in FORM view and realize that you are able to see "Business Partner" and "Organization" fields 4. Login again with "F&B International Group Admin" role, access to Role "&B España, S.A - Finance" and delete access to "F&B España, S.A" org in "Org Access" tab 5. Login using "F&B España, S.A - Finance" role, access Sales Invoice window in FORM view and realize that you are NOT able to see "Business Partner" and "Organization" fields | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||||||||||||||||||||||||||||||
|
Notes | |
(0086928) hgbot (developer) 2016-06-02 14:47 |
Repository: erp/devel/pi Changeset: e1053e861351dbcfd8071b64bc179e0c566ecf71 Author: Sanjota <sanjota.nelagi <at> promantia.com> Date: Wed Jun 01 18:31:21 2016 +0530 URL: http://code.openbravo.com/erp/devel/pi/rev/e1053e861351dbcfd8071b64bc179e0c566ecf71 [^] Fixes issue 33040: Accounting info not loaded when login Unhomogeneous behavior depending on Org Access when role is defined at "Organization" user level. Accounting info was not loaded when login with a role without access to any general ledger's organization. --- M src/org/openbravo/base/secureApp/Attribute_data.xsql M src/org/openbravo/base/secureApp/LoginUtils.java --- |
(0086929) hgbot (developer) 2016-06-02 14:47 |
Repository: erp/devel/pi Changeset: c265570e1b9d15127757c30fab8c6d957423fada Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> Date: Thu Jun 02 12:51:40 2016 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/c265570e1b9d15127757c30fab8c6d957423fada [^] Related to issue 33040: Code review improvements --- M src/org/openbravo/base/secureApp/Attribute_data.xsql M src/org/openbravo/base/secureApp/LoginUtils.java --- |
(0086942) aferraz (manager) 2016-06-02 15:54 |
Code review + Testing OK |
(0087585) hudsonbot (developer) 2016-06-17 19:38 |
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/0dc7be081b1c [^] Maturity status: Test |
(0087586) hudsonbot (developer) 2016-06-17 19:38 |
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/0dc7be081b1c [^] Maturity status: Test |
(0090275) nonofrancisco (developer) 2016-09-26 17:24 |
Test Cases in TestLink URL: https://testlink.openbravo.com/testlink/linkto.php?tprojectPrefix=Communit&item=testcase&id=Communit-10198 [^] URL: https://testlink.openbravo.com/testlink/linkto.php?tprojectPrefix=Communit&item=testcase&id=Communit-10199 [^] |
(0102612) hgbot (developer) 2018-02-22 17:22 |
Repository: tools/automation/int Changeset: 7420372aea663a3c9102be6696f8f561d8d5ac17 Author: Nono Carballo <nonofce <at> gmail.com> Date: Tue Oct 25 13:54:54 2016 -0400 URL: http://code.openbravo.com/tools/automation/int/rev/7420372aea663a3c9102be6696f8f561d8d5ac17 [^] Related to issue 33040: Added some automated tests --- M src-test/com/openbravo/test/integration/erp/data/generalsetup/client/client/ClientData.java M src-test/com/openbravo/test/integration/erp/modules/functionalteam/procurement/testsuites/PRO_Regressions/PRO_RegressionSuite.java M src-test/com/openbravo/test/integration/erp/modules/functionalteam/procurement/testsuites/PRO_Regressions/build.xml M src-test/com/openbravo/test/integration/erp/modules/functionalteam/sales/testsuites/SAL_Regressions/SAL_RegressionSuite.java M src-test/com/openbravo/test/integration/erp/modules/functionalteam/sales/testsuites/SAL_Regressions/build.xml A src-test/com/openbravo/test/integration/erp/gui/general/client/ClientHeaderTab.java A src-test/com/openbravo/test/integration/erp/gui/general/client/ClientWindow.java A src-test/com/openbravo/test/integration/erp/modules/functionalteam/procurement/testsuites/PRO_Regressions/PRORegression33040.java A src-test/com/openbravo/test/integration/erp/modules/functionalteam/sales/testsuites/SAL_Regressions/SALRegression33040.java A src-test/com/openbravo/test/integration/erp/testscripts/generalsetup/client/Client.java --- |
(0102617) hgbot (developer) 2018-02-22 17:22 |
Repository: tools/automation/int Changeset: c982fd8c1944e6a291ae3964b76246b4c3568eda Author: Armaignac <collazoandy4 <at> gmail.com> Date: Thu Aug 17 17:16:08 2017 -0400 URL: http://code.openbravo.com/tools/automation/int/rev/c982fd8c1944e6a291ae3964b76246b4c3568eda [^] Related to issue 33040: Removed unnecessary window open method call --- M src-test/com/openbravo/test/integration/erp/modules/functionalteam/procurement/testsuites/PRO_Regressions/PRORegression33040.java M src-test/com/openbravo/test/integration/erp/modules/functionalteam/sales/testsuites/SAL_Regressions/SALRegression33040.java --- |
Issue History | |||
Date Modified | Username | Field | Change |
2016-05-24 18:46 | maite | New Issue | |
2016-05-24 18:46 | maite | Assigned To | => Triage Finance |
2016-05-24 18:46 | maite | Modules | => Core |
2016-05-24 18:46 | maite | Resolution time | => 1465164000 |
2016-05-24 18:46 | maite | Triggers an Emergency Pack | => No |
2016-05-24 18:46 | maite | Issue Monitored: networkb | |
2016-05-25 10:33 | jfrances | Issue Monitored: jfrances | |
2016-05-25 12:45 | aferraz | Assigned To | Triage Finance => Sanjota |
2016-05-30 11:53 | aferraz | Relationship added | related to 0029767 |
2016-05-30 12:13 | aferraz | Relationship added | related to 0031015 |
2016-05-31 13:23 | aferraz | Relationship deleted | related to 0029767 |
2016-05-31 13:23 | aferraz | Relationship deleted | related to 0031015 |
2016-05-31 13:23 | aferraz | Relationship added | caused by 0029767 |
2016-05-31 13:24 | aferraz | Status | new => scheduled |
2016-05-31 13:25 | aferraz | Regression level | => Production - Confirmed Stable |
2016-05-31 13:25 | aferraz | Regression date | => 2015-05-11 |
2016-05-31 13:25 | aferraz | Regression introduced in release | => 3.0PR15Q3 |
2016-05-31 13:25 | aferraz | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/72e2b8bfe6fc [^] |
2016-06-02 14:47 | hgbot | Checkin | |
2016-06-02 14:47 | hgbot | Note Added: 0086928 | |
2016-06-02 14:47 | hgbot | Status | scheduled => resolved |
2016-06-02 14:47 | hgbot | Resolution | open => fixed |
2016-06-02 14:47 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e1053e861351dbcfd8071b64bc179e0c566ecf71 [^] |
2016-06-02 14:47 | hgbot | Checkin | |
2016-06-02 14:47 | hgbot | Note Added: 0086929 | |
2016-06-02 15:54 | aferraz | Review Assigned To | => aferraz |
2016-06-02 15:54 | aferraz | Note Added: 0086942 | |
2016-06-02 15:54 | aferraz | Status | resolved => closed |
2016-06-02 15:54 | aferraz | Fixed in Version | => 3.0PR16Q3 |
2016-06-17 19:38 | hudsonbot | Checkin | |
2016-06-17 19:38 | hudsonbot | Note Added: 0087585 | |
2016-06-17 19:38 | hudsonbot | Checkin | |
2016-06-17 19:38 | hudsonbot | Note Added: 0087586 | |
2016-08-10 13:37 | aferraz | Relationship added | causes 0033681 |
2016-08-22 14:14 | aferraz | Relationship deleted | causes 0033681 |
2016-08-22 14:14 | aferraz | Relationship added | related to 0033681 |
2016-09-16 10:32 | aferraz | Relationship added | related to 0033989 |
2016-09-26 17:24 | nonofrancisco | Note Added: 0090275 | |
2018-02-22 17:22 | hgbot | Checkin | |
2018-02-22 17:22 | hgbot | Note Added: 0102612 | |
2018-02-22 17:22 | hgbot | Checkin | |
2018-02-22 17:22 | hgbot | Note Added: 0102617 |
Copyright © 2000 - 2009 MantisBT Group |