Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027143 | Openbravo ERP | 01. General setup | public | 2014-07-21 19:38 | 2014-12-30 23:22 |
|
Reporter | jecharri | |
Assigned To | reinaldoguerra | |
Priority | urgent | Severity | major | Reproducibility | always |
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 | Google Chrome |
Modules | Core |
Support ticket | 29956 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0027143: If you disable the characteristics value it is not taken into account when you assign the characteristic to a product |
Description | If you disable the characteristics value it is not taken into account when you assign the characteristic to a product |
Steps To Reproduce | -Go to window "product characteristics" window
-Create variant characteristic with name "color"
-Assign red and blue values
-Disable blue color
-Go to window product
-Create generic product and assign created characteristic
Verify that red and blue colors are inserted.
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0027219 | 3.0PR15Q1 | closed | reinaldoguerra | Product characteristics with numbers as variants are difficult to identify | causes | defect | 0027905 | | closed | daniOpenbravo | Is not possible to assign a subset to a characteristic |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-07-21 19:38 | jecharri | New Issue | |
2014-07-21 19:38 | jecharri | Assigned To | => dmiguelez |
2014-07-21 19:38 | jecharri | OBNetwork customer | => Yes |
2014-07-21 19:38 | jecharri | Web browser | => Google Chrome |
2014-07-21 19:38 | jecharri | Modules | => Core |
2014-07-21 19:38 | jecharri | Support ticket | => 29956 |
2014-07-21 19:38 | jecharri | Resolution time | => 1408744800 |
2014-07-21 19:38 | jecharri | Triggers an Emergency Pack | => No |
2014-07-28 20:55 | jecharri | Relationship added | related to 0027219 |
2014-09-22 16:36 | jonalegriaesarte | Target Version | => 3.0PR15Q1 |
2014-09-22 16:37 | jonalegriaesarte | Target Version | 3.0PR15Q1 => 3.0PR14Q4 |
2014-09-26 04:02 | reinaldoguerra | Web browser | Google Chrome => Google Chrome |
2014-09-26 04:02 | reinaldoguerra | Assigned To | dmiguelez => reinaldoguerra |
2014-09-26 04:02 | reinaldoguerra | Status | new => scheduled |
2014-09-26 08:14 | reinaldoguerra | Note Added: 0070420 | |
2014-09-29 16:12 | jonalegriaesarte | Target Version | 3.0PR14Q4 => 3.0PR15Q1 |
2014-10-02 06:35 | reinaldoguerra | Note Added: 0070644 | |
2014-10-08 13:59 | vmromanos | Note Deleted: 0070420 | |
2014-10-08 16:01 | hgbot | Checkin | |
2014-10-08 16:01 | hgbot | Note Added: 0070817 | |
2014-10-08 16:01 | hgbot | Status | scheduled => resolved |
2014-10-08 16:01 | hgbot | Resolution | open => fixed |
2014-10-08 16:01 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/a44629203f82fc75c27479afd5f9689d33b644bf [^] |
2014-10-08 16:02 | vmromanos | Review Assigned To | => vmromanos |
2014-10-08 16:02 | vmromanos | Note Added: 0070818 | |
2014-10-08 16:02 | vmromanos | Status | resolved => closed |
2014-10-08 16:04 | vmromanos | Note Added: 0070819 | |
2014-10-17 14:43 | caristu | Relationship added | causes 0027905 |
2014-12-30 23:22 | hudsonbot | Checkin | |
2014-12-30 23:22 | hudsonbot | Note Added: 0072918 | |
Notes |
|
|
Test plan used:
1- Login into Openbravo ERP
2- Go to window "product characteristics"
3- Create variant characteristic with name "color"
4- Assign red and blue values
5- Disable blue color
6- Go to window product
7- Create generic product and assign created characteristic
8- Note that both values are inserted, one active and the other not active. |
|
|
(0070817)
|
hgbot
|
2014-10-08 16:01
|
|
Repository: erp/devel/pi
Changeset: a44629203f82fc75c27479afd5f9689d33b644bf
Author: Reinaldo Guerra <reinaldo.guerra <at> peoplewalking.com>
Date: Mon Oct 06 11:55:39 2014 -0500
URL: http://code.openbravo.com/erp/devel/pi/rev/a44629203f82fc75c27479afd5f9689d33b644bf [^]
Fixed bug 27143: Assigning disabled characteristics to a product.
Product Characteristic Event Handler now insert characteristic values and their active status when a characteristic is assigned to the product.
Product characteristic config tab will show all characteristic values regardless of whether they are active or not.
---
M src/org/openbravo/event/ProductCharacteristicEventHandler.java
---
|
|
|
|
|
|
|
Note that each time the Product | Characteristic is updated, the Product Characteristic Configuration will be recalculated again, setting the active flag according to the current master Characteristic definition |
|
|
|
|