Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0034043 | Openbravo ERP | A. Platform | public | 2016-09-21 09:54 | 2016-09-29 23:30 |
|
Reporter | inigosanchez | |
Assigned To | inigosanchez | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR16Q4 | |
Merge Request Status | |
Review Assigned To | caristu |
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 | 0034043: There is a restriction when extending a callout from another callout and the same combo is updated. |
Description | There is a restriction when extending a callout from another callout and the same combo is updated. Related with "Extend a SimpleCallout" feature [1] a restriccition is found. The problem is detected when a combo is updated in a parent callout and in the child callout is updated too (E.g. substraction a value in the combo).
[1].http://wiki.openbravo.com/wiki/How_to_create_a_callout_that_extends_from_another_callout [^] |
Steps To Reproduce | - |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0032366 | 3.0PR16Q4 | closed | inigosanchez | callout invocation ineficiencies | related to | defect | 0033960 | | closed | caristu | "Warehouse" field goes blank when filling "Business Partner" field in a Purchase Order |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-09-21 09:54 | inigosanchez | New Issue | |
2016-09-21 09:54 | inigosanchez | Assigned To | => inigosanchez |
2016-09-21 09:54 | inigosanchez | Modules | => Core |
2016-09-21 09:54 | inigosanchez | Triggers an Emergency Pack | => No |
2016-09-21 10:08 | inigosanchez | Status | new => scheduled |
2016-09-21 13:57 | hgbot | Checkin | |
2016-09-21 13:57 | hgbot | Note Added: 0090134 | |
2016-09-21 15:24 | inigosanchez | Note Added: 0090136 | |
2016-09-22 09:53 | hgbot | Checkin | |
2016-09-22 09:53 | hgbot | Note Added: 0090149 | |
2016-09-22 09:53 | hgbot | Status | scheduled => resolved |
2016-09-22 09:53 | hgbot | Resolution | open => fixed |
2016-09-22 09:53 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/ed3d9ac528b1b2db3844cc22d0c7a631b43f618a [^] |
2016-09-22 09:54 | inigosanchez | Review Assigned To | => caristu |
2016-09-23 08:17 | alostale | Relationship added | related to 0032366 |
2016-09-23 08:33 | alostale | Relationship added | related to 0033960 |
2016-09-23 18:22 | hudsonbot | Checkin | |
2016-09-23 18:22 | hudsonbot | Note Added: 0090212 | |
2016-09-28 10:26 | caristu | Note Added: 0090335 | |
2016-09-28 15:52 | hgbot | Checkin | |
2016-09-28 15:52 | hgbot | Note Added: 0090348 | |
2016-09-28 16:14 | hgbot | Checkin | |
2016-09-28 16:14 | hgbot | Note Added: 0090350 | |
2016-09-29 00:02 | hudsonbot | Checkin | |
2016-09-29 00:02 | hudsonbot | Note Added: 0090363 | |
2016-09-29 00:02 | hudsonbot | Checkin | |
2016-09-29 00:02 | hudsonbot | Note Added: 0090364 | |
2016-09-29 10:38 | hgbot | Checkin | |
2016-09-29 10:38 | hgbot | Note Added: 0090372 | |
2016-09-29 13:12 | caristu | Note Added: 0090373 | |
2016-09-29 13:12 | caristu | Status | resolved => closed |
2016-09-29 13:12 | caristu | Fixed in Version | => 3.0PR16Q4 |
2016-09-29 23:30 | hudsonbot | Checkin | |
2016-09-29 23:30 | hudsonbot | Note Added: 0090393 | |
Notes |
|
(0090134)
|
hgbot
|
2016-09-21 13:57
|
|
|
|
|
|
|
(0090149)
|
hgbot
|
2016-09-22 09:53
|
|
Repository: erp/devel/pi
Changeset: ed3d9ac528b1b2db3844cc22d0c7a631b43f618a
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Wed Sep 21 18:18:53 2016 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/ed3d9ac528b1b2db3844cc22d0c7a631b43f618a [^]
Fixes issue 34043: There is a restriction when extending a callout
There was a restriction when extending a callout from another callout and the same combo was updated.
This problem is fixed and now it is allows to delete any entry of a combo previously updated. Besides it
has been improve how to manage combo entries by using a map. It has been improve some comments and
variable names too.
---
M src/org/openbravo/erpCommon/ad_callouts/SimpleCallout.java
---
|
|
|
|
|
|
|
|
|
(0090348)
|
hgbot
|
2016-09-28 15:52
|
|
Repository: erp/devel/pi
Changeset: 4eaae49d7b7ec61225d6f7cc45ab17483af59176
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Wed Sep 28 15:50:27 2016 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/4eaae49d7b7ec61225d6f7cc45ab17483af59176 [^]
Related to issue 34043: Code review improvements
-Improve comments.
-It is take into account special case in addSelect() method: Combo not defined properly.
---
M src/org/openbravo/erpCommon/ad_callouts/SimpleCallout.java
---
|
|
|
(0090350)
|
hgbot
|
2016-09-28 16:14
|
|
|
|
|
|
|
|
|
|
(0090372)
|
hgbot
|
2016-09-29 10:38
|
|
|
|
|
|
|
|
|