Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0033976 | Openbravo ERP | A. Platform | public | 2016-09-13 17:39 | 2016-12-16 18:37 |
|
Reporter | umartirena | |
Assigned To | platform | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR17Q1 | |
Merge Request Status | |
Review Assigned To | caristu |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0033976: Implement Client Side Event Handler Pre Delete Action |
Description | It would be nice if it could be possible to execute some actions before deleting a record or several records on an specific tab of the application. |
Steps To Reproduce | N/A |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0033263 | 3.0PR16Q4 | closed | caristu | Implement Client Side Event Handler Extensions | causes | defect | 0035686 | | closed | inigosanchez | It is not possible to delete a record in tree view |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-09-13 17:39 | umartirena | New Issue | |
2016-09-13 17:39 | umartirena | Assigned To | => platform |
2016-09-13 17:39 | umartirena | Modules | => Core |
2016-09-13 17:39 | umartirena | Triggers an Emergency Pack | => No |
2016-09-13 17:39 | umartirena | Relationship added | related to 0033263 |
2016-10-18 14:29 | hgbot | Checkin | |
2016-10-18 14:29 | hgbot | Note Added: 0090670 | |
2016-10-18 14:29 | hgbot | Status | new => resolved |
2016-10-18 14:29 | hgbot | Resolution | open => fixed |
2016-10-18 14:29 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/b23043be4cf63ad3ce1fd35047ece43b4530c3bd [^] |
2016-10-18 14:29 | hgbot | Checkin | |
2016-10-18 14:29 | hgbot | Note Added: 0090671 | |
2016-10-18 14:29 | hgbot | Checkin | |
2016-10-18 14:29 | hgbot | Note Added: 0090672 | |
2016-10-18 19:23 | caristu | Review Assigned To | => caristu |
2016-10-18 19:23 | caristu | Issue Monitored: caristu | |
2016-10-19 09:30 | hgbot | Checkin | |
2016-10-19 09:30 | hgbot | Note Added: 0090689 | |
2016-10-20 16:38 | caristu | Note Added: 0090732 | |
2016-10-20 17:57 | caristu | Note Added: 0090735 | |
2016-10-20 17:57 | caristu | Status | resolved => closed |
2016-10-20 17:57 | caristu | Fixed in Version | => 3.0PR17Q1 |
2016-12-16 18:37 | hudsonbot | Checkin | |
2016-12-16 18:37 | hudsonbot | Note Added: 0092531 | |
2016-12-16 18:37 | hudsonbot | Checkin | |
2016-12-16 18:37 | hudsonbot | Note Added: 0092532 | |
2016-12-16 18:37 | hudsonbot | Checkin | |
2016-12-16 18:37 | hudsonbot | Note Added: 0092533 | |
2016-12-16 18:37 | hudsonbot | Checkin | |
2016-12-16 18:37 | hudsonbot | Note Added: 0092534 | |
2017-04-04 16:23 | inigosanchez | Relationship added | causes 0035686 |
Notes |
|
(0090670)
|
hgbot
|
2016-10-18 14:29
|
|
Repository: erp/devel/pi
Changeset: b23043be4cf63ad3ce1fd35047ece43b4530c3bd
Author: Unai Martirena <unai.martirena <at> openbravo.com>
Date: Wed Sep 14 12:10:51 2016 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/b23043be4cf63ad3ce1fd35047ece43b4530c3bd [^]
Fixed Issue 33976: Implemented Pre Delete Client Side Event Handler
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-event-handler-registry.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
---
|
|
|
(0090671)
|
hgbot
|
2016-10-18 14:29
|
|
Repository: erp/devel/pi
Changeset: 86421f90703271582042c89412f50b636484a06d
Author: Unai Martirena <unai.martirena <at> openbravo.com>
Date: Fri Sep 16 15:02:24 2016 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/86421f90703271582042c89412f50b636484a06d [^]
Related ot issue 33976: Code review improvements
1) Take into account if the grid is in tree view or normal view.
2) Name selectedRecords as recordsToDelete.
3) Check if the callback function to be executed is a function. If not, don't execute the action.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
---
|
|
|
(0090672)
|
hgbot
|
2016-10-18 14:29
|
|
|
|
(0090689)
|
hgbot
|
2016-10-19 09:30
|
|
Repository: erp/devel/pi
Changeset: 8b78e2441a235818e4f98ca482c58f27987b021f
Author: Unai Martirena <unai.martirena <at> openbravo.com>
Date: Wed Oct 19 09:28:34 2016 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/8b78e2441a235818e4f98ca482c58f27987b021f [^]
Related to issue 33976: Fix wrong function call
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|