Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0016934 | Openbravo ERP | A. Platform | public | 2011-04-29 09:13 | 2011-05-31 09:58 |
|
Reporter | rgoris | |
Assigned To | alostale | |
Priority | urgent | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP0 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
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 | 0016934: Extend delete-record warning message in case of children |
Description | Now when you delete a record (such as a header) that has children, all these children will be deleted too in one go. This is good.
However, the warning message does not mention this. This could lead to confusion and perhaps unwanted deletion of children as in 2.50 this was not the case (it was impossible to delete a header when it had kids). |
Steps To Reproduce | |
Proposed Solution | Extend the warning message with "This will also delete all its child records." |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0017199 | 3.0MP0 | closed | shuehner | Error message when trying to delete a header with lines |
|
Attached Files | kids.PNG (60,122) 2011-04-29 09:13 https://issues.openbravo.com/file_download.php?file_id=3911&type=bug
|
|
Issue History |
Date Modified | Username | Field | Change |
2011-04-29 09:13 | rgoris | New Issue | |
2011-04-29 09:13 | rgoris | Assigned To | => alostale |
2011-04-29 09:13 | rgoris | File Added: kids.PNG | |
2011-04-29 09:13 | rgoris | Modules | => Core |
2011-05-17 13:04 | rgoris | Relationship added | related to 0017199 |
2011-05-17 13:04 | rgoris | Status | new => scheduled |
2011-05-17 13:04 | rgoris | Target Version | => 3.0MP0 |
2011-05-23 20:33 | dmitry_mezentsev | Priority | high => urgent |
2011-05-24 12:06 | rgoris | Severity | minor => major |
2011-05-24 12:06 | rgoris | Type | feature request => defect |
2011-05-24 12:06 | rgoris | Proposed Solution updated | |
2011-05-25 17:38 | alostale | Note Added: 0037440 | |
2011-05-30 18:04 | hgbot | Checkin | |
2011-05-30 18:04 | hgbot | Note Added: 0037747 | |
2011-05-30 18:04 | hgbot | Status | scheduled => resolved |
2011-05-30 18:04 | hgbot | Resolution | open => fixed |
2011-05-30 18:04 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d606c372f2564d4d50145bcda9db14daaea43571 [^] |
2011-05-31 09:45 | hudsonbot | Checkin | |
2011-05-31 09:45 | hudsonbot | Note Added: 0037804 | |
2011-05-31 09:58 | rgoris | Status | resolved => closed |
Notes |
|
|
As discussed with Rob, this message extension will not be done "smartly" but in all cases. To do it smartly it would require to do a call to the server to know whether the current record actually has children, this would delay the message till the response is served to client. |
|
|
(0037747)
|
hgbot
|
2011-05-30 18:04
|
|
Repository: erp/devel/pi
Changeset: d606c372f2564d4d50145bcda9db14daaea43571
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Mon May 30 18:03:37 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d606c372f2564d4d50145bcda9db14daaea43571 [^]
Fixed 16934: Extend delete-record warning message in case of children
Mention that any existing child-records will also be deleted as part of the
deletion of the parent record (in the confirm popup when deleting a record from
the UI)
---
M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MESSAGE.xml
---
|
|
|
|
|