Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0023602 | Openbravo ERP | B. User interface | public | 2013-04-20 16:28 | 2013-04-30 21:05 |
|
Reporter | dbaz | |
Assigned To | dbaz | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP23 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0023602: Right-Click -> Delete, in view grid, should perform the same action than the 'eliminate' toolbar button |
Description | Right-Click -> Delete, in view grid, should perform the same action than the 'eliminate' toolbar button, so, if the 'eliminate' button has been overwritten, the action should be the same than the (overwritten) toolbar button. |
Steps To Reproduce | Ensure that after the changeset, the Right-Click -> Delete behavior is the same than before.
Also ensure that the shorcut Ctrl + Del is still working |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-04-20 16:28 | dbaz | New Issue | |
2013-04-20 16:28 | dbaz | Assigned To | => dbaz |
2013-04-20 16:28 | dbaz | Modules | => Core |
2013-04-20 16:28 | dbaz | OBNetwork customer | => No |
2013-04-20 16:28 | dbaz | Triggers an Emergency Pack | => No |
2013-04-20 16:31 | dbaz | Assigned To | dbaz => AugustoMauch |
2013-04-20 16:31 | dbaz | Type | defect => design defect |
2013-04-20 16:31 | dbaz | Issue Monitored: AugustoMauch | |
2013-04-20 16:32 | dbaz | Review Assigned To | => AugustoMauch |
2013-04-20 16:32 | dbaz | Assigned To | AugustoMauch => dbaz |
2013-04-20 16:33 | hgbot | Checkin | |
2013-04-20 16:33 | hgbot | Note Added: 0058075 | |
2013-04-20 16:33 | hgbot | Status | new => resolved |
2013-04-20 16:33 | hgbot | Resolution | open => fixed |
2013-04-20 16:33 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/0d16137a35241baa4675636816f0b750483f5cf9 [^] |
2013-04-22 16:36 | hudsonbot | Checkin | |
2013-04-22 16:36 | hudsonbot | Note Added: 0058113 | |
2013-04-23 16:25 | AugustoMauch | Note Added: 0058136 | |
2013-04-23 16:25 | AugustoMauch | Status | resolved => new |
2013-04-23 16:25 | AugustoMauch | Resolution | fixed => open |
2013-04-29 12:03 | hgbot | Checkin | |
2013-04-29 12:03 | hgbot | Note Added: 0058299 | |
2013-04-29 12:03 | hgbot | Status | new => resolved |
2013-04-29 12:03 | hgbot | Resolution | open => fixed |
2013-04-29 12:03 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/0d16137a35241baa4675636816f0b750483f5cf9 [^] => http://code.openbravo.com/erp/devel/pi/rev/fe9b93ae554e9bd066bab861f9482ee4b15fb804 [^] |
2013-04-30 11:53 | AugustoMauch | Note Added: 0058337 | |
2013-04-30 11:53 | AugustoMauch | Status | resolved => closed |
2013-04-30 11:53 | AugustoMauch | Fixed in Version | => 3.0MP23 |
2013-04-30 21:05 | hudsonbot | Checkin | |
2013-04-30 21:05 | hudsonbot | Note Added: 0058381 | |
Notes |
|
(0058075)
|
hgbot
|
2013-04-20 16:33
|
|
Repository: erp/devel/pi
Changeset: 0d16137a35241baa4675636816f0b750483f5cf9
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Sat Apr 20 16:33:07 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/0d16137a35241baa4675636816f0b750483f5cf9 [^]
Fixed issue 23602: Now 'Right click -> Delete' in grid performs
the same action than Toolbar 'Eliminate' button (if exists)
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
|
|
|
|
|
|
|
Right-Click -> Delete and Ctrl + Del work as expected, but if the only the Del button is pressed, then the record is deleted without using the logic present in the action method of the Delete row toolbar button. |
|
|
(0058299)
|
hgbot
|
2013-04-29 12:03
|
|
Repository: erp/devel/pi
Changeset: fe9b93ae554e9bd066bab861f9482ee4b15fb804
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Mon Apr 29 12:02:57 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/fe9b93ae554e9bd066bab861f9482ee4b15fb804 [^]
Fixed issue 23602: Now 'Del' key in grid performs
the same action than Toolbat 'Eliminate' button (if exists)
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
|
|
|
|
Code reviewed and verified in pi@a7efc1231554 |
|
|
|
|