Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0028118 | Openbravo ERP | A. Platform | public | 2014-11-07 09:19 | 2014-11-07 09:20 | |||||||
Reporter | alostale | |||||||||||
Assigned To | AugustoMauch | |||||||||||
Priority | normal | Severity | minor | Reproducibility | N/A | |||||||
Status | new | Resolution | open | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | ||||||||||||
Target Version | Fixed in Version | |||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | ||||||||||||
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 | 0028118: different deletion flows having a single or multiple records selected | |||||||||||
Description | When a single record is deleted from the UI a requests to its datasource is performed. But when multiple records are deleted at once, the request is done to MultipleDeleteActionHandler which directly does the deletion. This might cause problems when not using default datasource: -See 0028117 -If using a datasource implementing pre/post actions they wouldn't be executed in this flow (this is not currently a problem because it would be solved by 0028117) | |||||||||||
Steps To Reproduce | Delete a single record from UI -> request to Datasoruce (OK) Delete multiple records from UI -> request to MultipleDeleteActionHandler (?) | |||||||||||
Proposed Solution | Review the purpose of having different flows for different deletion action and ideally, remove MultipleDeleteActionHandler by extending datasources allowing multiple record deltetion. | |||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2014-11-07 09:19 | alostale | New Issue | ||||||||||
2014-11-07 09:19 | alostale | Assigned To | => AugustoMauch | |||||||||
2014-11-07 09:19 | alostale | OBNetwork customer | => No | |||||||||
2014-11-07 09:19 | alostale | Modules | => Core | |||||||||
2014-11-07 09:19 | alostale | Triggers an Emergency Pack | => No | |||||||||
2014-11-07 09:20 | alostale | Relationship added | related to 0028117 |
There are no notes attached to this issue. |