Openbravo Issue Tracking System - Openbravo ERP |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0018809 | Openbravo ERP | B. User interface | public | 2011-10-19 13:43 | 2011-10-23 13:46 |
|
| Reporter | jonalegriaesarte | |
| Assigned To | marvintm | |
| Priority | high | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | 5 | OS Version | |
| Product Version | pi | |
| Target Version | 3.0MP5 | Fixed in Version | 3.0MP5 | |
| Merge Request Status | |
| Review Assigned To | |
| OBNetwork customer | OBPS |
| Web browser | |
| Modules | Core |
| Support ticket | 12975 |
| Regression level | |
| Regression date | |
| Regression introduced in release | |
| Regression introduced by commit | |
| Triggers an Emergency Pack | No |
|
| Summary | 0018809: Attribute selector does not work fine in grid mode |
| Description | When you create lines in goods receipt and goods shipment the attribute selector does not work fine in grid mode. |
| Steps To Reproduce | - Create a new attribute set: Lot test. Lot=Y
- Create a new lot control and assign it to the lot created.
- Assign the new attribute to a product (i.e red wine)
- Goods receipt, create a new header.
- Create a new line using the grid view. Select the product, an attribute and the locator. Save it.
- Notice the strange behavior. The line is not saved.
- Use the form view to create the line. Complete the shipment.
- Goods shipment, create a new header.
- Create a new line and select the product with lot using the grid view.
- Save it.
- Notice the strange behavior. The line is not saved.
|
| Proposed Solution | |
| Additional Information | |
| Tags | Regression |
| Relationships | |
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2011-10-19 13:43 | jonalegriaesarte | New Issue | |
| 2011-10-19 13:43 | jonalegriaesarte | Assigned To | => dbaz |
| 2011-10-19 13:43 | jonalegriaesarte | Modules | => Core |
| 2011-10-19 13:43 | jonalegriaesarte | OBNetwork customer | => Yes |
| 2011-10-19 13:43 | jonalegriaesarte | Support ticket | => 12975 |
| 2011-10-19 15:09 | dbaz | Assigned To | dbaz => marvintm |
| 2011-10-20 15:53 | shuehner | Issue Monitored: shuehner | |
| 2011-10-20 16:09 | shuehner | Tag Attached: Regression | |
| 2011-10-20 17:10 | hgbot | Checkin | |
| 2011-10-20 17:10 | hgbot | Note Added: 0041955 | |
| 2011-10-20 17:10 | hgbot | Status | new => resolved |
| 2011-10-20 17:10 | hgbot | Resolution | open => fixed |
| 2011-10-20 17:10 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/214139964fd9ed8dfc9937097123cffd23eb860c [^] |
| 2011-10-20 17:49 | hgbot | Checkin | |
| 2011-10-20 17:49 | hgbot | Note Added: 0041957 | |
| 2011-10-20 18:01 | alostale | Status | resolved => closed |
| 2011-10-20 18:01 | alostale | Fixed in Version | => 3.0MP5 |
| 2011-10-23 13:41 | hgbot | Checkin | |
| 2011-10-23 13:41 | hgbot | Note Added: 0042002 | |
| 2011-10-23 13:41 | hgbot | Status | closed => resolved |
| 2011-10-23 13:41 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/214139964fd9ed8dfc9937097123cffd23eb860c [^] => http://code.openbravo.com/erp/devel/pi/rev/8a0c37fd9dd271e9eee8b68e87c457cd7f14b0fe [^] |
| 2011-10-23 13:42 | hudsonbot | Checkin | |
| 2011-10-23 13:42 | hudsonbot | Note Added: 0042031 | |
| 2011-10-23 13:42 | hudsonbot | Checkin | |
| 2011-10-23 13:42 | hudsonbot | Note Added: 0042033 | |
| 2011-10-23 13:46 | shuehner | Note Added: 0042042 | |
| 2011-10-23 13:46 | shuehner | Status | resolved => closed |
|
Notes |
|
|
(0041955)
|
|
hgbot
|
|
2011-10-20 17:10
|
|
Repository: erp/devel/pi
Changeset: 214139964fd9ed8dfc9937097123cffd23eb860c
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Oct 20 16:56:44 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/214139964fd9ed8dfc9937097123cffd23eb860c [^]
Fixed issue 18809. Attribute Set Instance selectors will work correctly when editing the grid
---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/ForeignKeyUIDefinition.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/StringUIDefinition.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/TextUIDefinition.java
M modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/reference/FKSelectorUIDefinition.java
---
|
|
|
|
(0041957)
|
|
hgbot
|
|
2011-10-20 17:49
|
|
Repository: erp/devel/pi
Changeset: b5b81e79c0fdd073f773d6c1538d515082e968ae
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Oct 20 17:48:39 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/b5b81e79c0fdd073f773d6c1538d515082e968ae [^]
Related to issue 18809. Do not set the length property in String refs, so that data is not truncated even in those cases
---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/StringUIDefinition.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/TextUIDefinition.java
---
|
|
|
|
(0042002)
|
|
hgbot
|
|
2011-10-23 13:41
|
|
Repository: erp/devel/pi
Changeset: 8a0c37fd9dd271e9eee8b68e87c457cd7f14b0fe
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Oct 20 16:56:44 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/8a0c37fd9dd271e9eee8b68e87c457cd7f14b0fe [^]
Fixed issue 18809. Attribute Set Instance selectors will work correctly when editing the grid
---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/ForeignKeyUIDefinition.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/StringUIDefinition.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/TextUIDefinition.java
M modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/reference/FKSelectorUIDefinition.java
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re-closing, as last close->resolved transition just happened because of code-line merge |
|