Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027163 | Retail Modules | Web POS | public | 2014-07-23 09:58 | 2014-09-01 16:33 |
|
Reporter | naiaramartinez | |
Assigned To | naiaramartinez | |
Priority | normal | Severity | trivial | Reproducibility | have not tried |
Status | closed | Resolution | open | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | mtaal |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0027163: When cloning an object, the properties that exists in B object but not in A are not deleted. |
Description | When removing an order in WebPOS it is not deleting new properties that have been added to the order. When removing, new order is cloned but the 'new' properties are not removed. This is because, when cloning an object, the properties that exists in B object but not in A are not deleted.
|
Steps To Reproduce | Create a button that adds new property to the order ( for example, coupons: "a").
Create an order in WebPos.
Click in the button to add the new property.
Remove the order. notice that the property 'coupons' is still there. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | has duplicate | defect | 0027697 | | closed | marvintm | Order model is not correctly removing previous orders attributes | causes | design defect | 0028694 | | closed | Orekaria | The creationDate is not part of the receipt attributes |
|
Attached Files | issue27163.diff (938) 2014-08-26 12:31 https://issues.openbravo.com/file_download.php?file_id=7161&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2014-07-23 09:58 | naiaramartinez | New Issue | |
2014-07-23 09:58 | naiaramartinez | Assigned To | => marvintm |
2014-07-23 09:58 | naiaramartinez | Triggers an Emergency Pack | => No |
2014-07-23 09:58 | naiaramartinez | Assigned To | marvintm => naiaramartinez |
2014-08-26 12:31 | naiaramartinez | File Added: issue27163.diff | |
2014-08-26 12:32 | naiaramartinez | Review Assigned To | => mtaal |
2014-08-26 12:38 | hgbot | Checkin | |
2014-08-26 12:38 | hgbot | Note Added: 0069754 | |
2014-08-26 12:38 | hgbot | Status | new => resolved |
2014-08-26 12:38 | hgbot | Resolution | open => fixed |
2014-08-26 12:38 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/a8573391d98b7f85c02d423f17f5621caa370eca [^] |
2014-09-01 08:39 | mtaal | Note Added: 0069875 | |
2014-09-01 08:39 | mtaal | Status | resolved => new |
2014-09-01 08:39 | mtaal | Resolution | fixed => open |
2014-09-01 16:05 | hgbot | Checkin | |
2014-09-01 16:05 | hgbot | Note Added: 0069891 | |
2014-09-01 16:11 | naiaramartinez | Status | new => scheduled |
2014-09-01 16:11 | naiaramartinez | Status | scheduled => resolved |
2014-09-01 16:33 | mtaal | Note Added: 0069899 | |
2014-09-01 16:33 | mtaal | Status | resolved => closed |
2014-09-29 08:25 | guillermogil | Relationship added | has duplicate 0027697 |
2015-01-20 14:55 | Orekaria | Relationship added | causes 0028694 |
Notes |
|
(0069754)
|
hgbot
|
2014-08-26 12:38
|
|
|
|
(0069875)
|
mtaal
|
2014-09-01 08:39
|
|
I am reviewing but I need to re-open the issue. I guess the code could/should move inside the first _.each and then as an 'else' as part of the if statement in there.
The current code will fail if the object is not a type object.
Let me know what you think on this.
gr. Martin |
|
|
(0069891)
|
hgbot
|
2014-09-01 16:05
|
|
|
|
(0069899)
|
mtaal
|
2014-09-01 16:33
|
|
|