Notes |
|
(0082496)
|
hgbot
|
2015-12-01 18:35
|
|
Repository: erp/backports/3.0PR15Q3.4
Changeset: 953d9e609f2161776d040f3f0c9443cb32a3570f
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Tue Dec 01 18:32:25 2015 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR15Q3.4/rev/953d9e609f2161776d040f3f0c9443cb32a3570f [^]
fixes issue 31579: alert fetches with where parameter
In order to avoid the fetching of the where parameter we generate the where clause inside the datasource. A new datasource has been created, ADAlertDatasourceService, to support the requests from the Alert Management window.
In addition, it has been fixed a problem in the Alert Rule drop-down filter of the grids in the Alert Management window which was displaying alert rules from all the grids in the window instead of those displayed just on a particular grid.
---
M modules/org.openbravo.client.application/src-db/database/sourcedata/OBSERDS_DATASOURCE.xml
M modules/org.openbravo.client.application/src/org/openbravo/client/application/AlertManagementActionHandler.java
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/alert-management/ob-alert-grid.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/alert-management/ob-alert-management-view.js
A modules/org.openbravo.client.application/src/org/openbravo/client/application/ADAlertDatasourceService.java
---
|
|
|
(0082522)
|
hgbot
|
2015-12-02 10:40
|
|
|
|
|
code reviewed
tested:
* _where is not sent to DS
* limited role without any other access than alert management can:
- see alerts
- move to different status |
|