Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027391 | Openbravo ERP | 02. Master data management | public | 2014-08-20 14:44 | 2014-12-30 23:22 |
|
Reporter | jonalegriaesarte | |
Assigned To | fsoto82 | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR15Q1 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | vmromanos |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 30562 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0027391: Characteristic can be removed from generic product once the variants are created |
Description | Characteristic can be removed from generic product once the variants are created |
Steps To Reproduce | - Create characteristic with one value
- Create a generic product and add the characteristic
- Create variants
- In original product remove the characteristic, the system allows it
- After that the user can not add again the characteristic to the product. Error:
Error
Saving failed. It is not possible to add a Variant characteristic to a Generic Product that already has variants created. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-08-20 14:44 | jonalegriaesarte | New Issue | |
2014-08-20 14:44 | jonalegriaesarte | Assigned To | => AtulOpenbravo |
2014-08-20 14:44 | jonalegriaesarte | OBNetwork customer | => Yes |
2014-08-20 14:44 | jonalegriaesarte | Modules | => Core |
2014-08-20 14:44 | jonalegriaesarte | Support ticket | => 30562 |
2014-08-20 14:44 | jonalegriaesarte | Resolution time | => 1411423200 |
2014-08-20 14:44 | jonalegriaesarte | Triggers an Emergency Pack | => No |
2014-09-29 16:12 | jonalegriaesarte | Target Version | 3.0PR14Q4 => 3.0PR15Q1 |
2014-10-01 22:24 | fsoto82 | Status | new => scheduled |
2014-10-01 22:24 | fsoto82 | Assigned To | AtulOpenbravo => fsoto82 |
2014-10-01 22:24 | fsoto82 | fix_in_branch | => pi |
2014-10-04 08:34 | fsoto82 | Note Added: 0070708 | |
2014-10-15 17:38 | hgbot | Checkin | |
2014-10-15 17:38 | hgbot | Note Added: 0070973 | |
2014-10-15 17:38 | hgbot | Status | scheduled => resolved |
2014-10-15 17:38 | hgbot | Resolution | open => fixed |
2014-10-15 17:38 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/5bd7458db202ff9f7bf4d47e7aa9ccc2ab3a5606 [^] |
2014-10-15 17:39 | vmromanos | Review Assigned To | => vmromanos |
2014-10-15 17:39 | vmromanos | Note Added: 0070974 | |
2014-10-15 17:39 | vmromanos | Status | resolved => closed |
2014-12-30 23:22 | hudsonbot | Checkin | |
2014-12-30 23:22 | hudsonbot | Note Added: 0072939 | |
Notes |
|
|
- Create characteristic with one value
- Create a generic product and add the characteristic
- Create variants
- In original product try to remove the characteristic
the system don't allow to remove a product's charactesitic when variants are created |
|
|
(0070973)
|
hgbot
|
2014-10-15 17:38
|
|
Repository: erp/devel/pi
Changeset: 5bd7458db202ff9f7bf4d47e7aa9ccc2ab3a5606
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Wed Oct 15 17:37:38 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/5bd7458db202ff9f7bf4d47e7aa9ccc2ab3a5606 [^]
Fixed bug 27391: Avoid to remove Product Characteristic that created variants
The Event Observer associated to the Product Characteristic allows to delete a record only when there are no other products created from the Product Characteristic variants
---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/event/ProductCharacteristicEventHandler.java
---
|
|
|
|
|
|
|
|