Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0026552 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | minor | always | 2014-05-15 01:16 | 2014-06-10 22:23 | |||
Reporter | jecharri | View Status | public | |||||
Assigned To | guillermogil | |||||||
Priority | high | Resolution | fixed | Fixed in Version | 3.0PR14Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | e9d8dcaed86a | ||||
Projection | none | ETA | none | Target Version | 3.0PR14Q3 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | AugustoMauch | |||||||
OBNetwork customer | OBPS | |||||||
Web browser | Google Chrome | |||||||
Modules | Core | |||||||
Support ticket | 28519 | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0026552: Openbravo is sending an email when the role should not receive due to role permissions | |||||||
Description | Openbravo is sending an email when the role should not receive due to role permissions | |||||||
Steps To Reproduce | -Configure a role with access to spain organizations -Assign a user and configure user email -Configure also client email -Create an alert with the following sql SELECT c_order_id AS REFERENCEKEY_ID, '0' AS AD_ROLE_ID, NULL AS AD_USER_ID, 'Prueba' AS DESCRIPTION, 'Y' AS ISACTIVE, AD_ORG_ID AS AD_ORG_ID, AD_CLIENT_ID AS AD_CLIENT_ID, NOW() AS CREATED, '0' AS CREATEDBY, NOW() AS UPDATED, '0' AS UPDATEDBY, AD_COLUMN_IDENTIFIER('C_order', C_order_ID, 'en_US') AS RECORD_ID FROM c_order where ad_org_id ='2E60544D37534C0B89E765FE29BC0B43' --> thi is US organization limit 1 -Fill tab "alert recipient" with created role and check to send email Run the alert process. >Verify that you are not able to see the alert in the Openbravo interface but however you are receiving an email with the alert | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0067251) hgbot (developer) 2014-05-19 12:47 |
Repository: erp/devel/pi Changeset: e9d8dcaed86afdd98358f0b95ef44c179da9f8c3 Author: Guillermo Gil <guillermo.gil <at> openbravo.com> Date: Mon May 19 12:43:51 2014 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/e9d8dcaed86afdd98358f0b95ef44c179da9f8c3 [^] Fixed issue 26552: email sent when the role should not receive it Alert's messages are now created taking into account if the record can be shown by the recipient role. --- M src/org/openbravo/erpCommon/ad_process/AlertProcess.java --- |
(0067325) hudsonbot (viewer) 2014-05-20 17:53 |
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/8d555b8cf67e [^] Maturity status: Test |
(0067555) dmitry_mezentsev (viewer) 2014-05-29 10:17 |
Not closed for 10 days! |
(0067679) dmitry_mezentsev (viewer) 2014-06-02 16:23 |
Reminder! |
(0067735) hgbot (developer) 2014-06-04 09:35 |
Repository: erp/devel/pi Changeset: 9c7397ea50004999e7a53de210923096c9706d6d Author: Guillermo Gil <guillermo.gil <at> openbravo.com> Date: Wed Jun 04 09:34:40 2014 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/9c7397ea50004999e7a53de210923096c9706d6d [^] Related to issue 26552:Wrong content of the e-mail Applied code review Removed duplicated code --- M src/org/openbravo/erpCommon/ad_process/AlertProcess.java --- |
(0067739) AugustoMauch (administrator) 2014-06-04 09:43 |
Code reviewed and verified in pi@fd3b5f95efb6 |
(0067877) hudsonbot (viewer) 2014-06-10 22:23 |
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/763f16c2ad2e [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2014-05-15 01:16 | jecharri | New Issue | |
2014-05-15 01:16 | jecharri | Assigned To | => AugustoMauch |
2014-05-15 01:16 | jecharri | Web browser | => Google Chrome |
2014-05-15 01:16 | jecharri | Modules | => Core |
2014-05-15 01:16 | jecharri | OBNetwork customer | => Yes |
2014-05-15 01:16 | jecharri | Support ticket | => 28519 |
2014-05-15 01:16 | jecharri | Resolution time | => 1406325600 |
2014-05-15 01:17 | jecharri | Triggers an Emergency Pack | => No |
2014-05-15 08:26 | alostale | Web browser | Google Chrome => Google Chrome |
2014-05-15 08:26 | alostale | Target Version | => PR14Q3 |
2014-05-15 13:07 | guillermogil | Assigned To | AugustoMauch => guillermogil |
2014-05-19 12:46 | guillermogil | Issue Monitored: AugustoMauch | |
2014-05-19 12:47 | guillermogil | Review Assigned To | => AugustoMauch |
2014-05-19 12:47 | guillermogil | Web browser | Google Chrome => Google Chrome |
2014-05-19 12:47 | hgbot | Checkin | |
2014-05-19 12:47 | hgbot | Note Added: 0067251 | |
2014-05-19 12:47 | hgbot | Status | new => resolved |
2014-05-19 12:47 | hgbot | Resolution | open => fixed |
2014-05-19 12:47 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e9d8dcaed86afdd98358f0b95ef44c179da9f8c3 [^] |
2014-05-20 17:53 | hudsonbot | Checkin | |
2014-05-20 17:53 | hudsonbot | Note Added: 0067325 | |
2014-05-29 10:17 | dmitry_mezentsev | Note Added: 0067555 | |
2014-06-02 16:23 | dmitry_mezentsev | Note Added: 0067679 | |
2014-06-04 09:35 | hgbot | Checkin | |
2014-06-04 09:35 | hgbot | Note Added: 0067735 | |
2014-06-04 09:43 | AugustoMauch | Note Added: 0067739 | |
2014-06-04 09:43 | AugustoMauch | Status | resolved => closed |
2014-06-04 09:43 | AugustoMauch | Fixed in Version | => PR14Q3 |
2014-06-10 22:23 | hudsonbot | Checkin | |
2014-06-10 22:23 | hudsonbot | Note Added: 0067877 |
Copyright © 2000 - 2009 MantisBT Group |