Project:
| View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0018329 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| defect | [Openbravo ERP] A. Platform | major | always | 2011-08-19 14:59 | 2011-09-01 18:04 | |||
| Reporter | egoitz | View Status | public | |||||
| Assigned To | marvintm | |||||||
| Priority | urgent | Resolution | fixed | Fixed in Version | 3.0MP3 | |||
| Status | closed | Fix in branch | Fixed in SCM revision | 339363457926 | ||||
| Projection | none | ETA | none | Target Version | 3.0MP3 | |||
| OS | Any | Database | Any | Java version | ||||
| OS Version | Database version | Ant version | ||||||
| Product Version | 3.0MP2 | SCM revision | ||||||
| Merge Request Status | ||||||||
| Review Assigned To | ||||||||
| OBNetwork customer | OBPS | |||||||
| Web browser | ||||||||
| Modules | Core | |||||||
| Support ticket | ||||||||
| Regression level | ||||||||
| Regression date | ||||||||
| Regression introduced in release | ||||||||
| Regression introduced by commit | ||||||||
| Triggers an Emergency Pack | No | |||||||
| Summary | 0018329: It is not possible to assing values on the callout to output fields of a selector. | |||||||
| Description | If you try to fill the output fields of a selector from a callout, you are not able to do that because the element does not exist. | |||||||
| Steps To Reproduce | -Add a new field on the sales invoice lines tab. -Create a callout on that field in order to fill the product field and the outuput fields of the selector used on that product. | |||||||
| Proposed Solution | The FormInitializationComponent only takes into account values of fields and auxiliar inputs. That component should also manage output fields from selectos as hidden-inputs. | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
|
Notes |
|
|
(0040559) hgbot (developer) 2011-08-30 17:50 |
Repository: erp/devel/pi Changeset: 339363457926d96ab569da45249641d318d2c0ca Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Tue Aug 30 17:49:17 2011 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/339363457926d96ab569da45249641d318d2c0ca [^] Fixed issue 18329. Output fields can now be assigned by callouts. The following changes have been made: - In the FIC, a new list of hidden fields is maintained. This list is filled with every response item produced by a callout which starts by 'inp', and doesn't correspond to a column name, or auxiliary input name. These items are written to the request so that subsequent callouts can use them. - In the client, in the processFICRequest method, this list will be read, and its values will be set in the hiddenInputs object of the form. --- M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js --- |
|
(0040635) hudsonbot (viewer) 2011-08-31 17:20 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/f184d98cb917 [^] Maturity status: Test |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2011-08-19 14:59 | egoitz | New Issue | |
| 2011-08-19 14:59 | egoitz | Assigned To | => marvintm |
| 2011-08-19 14:59 | egoitz | Modules | => Core |
| 2011-08-19 14:59 | egoitz | OBNetwork customer | => Yes |
| 2011-08-19 14:59 | egoitz | Resolution time | => 1316728800 |
| 2011-08-30 17:50 | hgbot | Checkin | |
| 2011-08-30 17:50 | hgbot | Note Added: 0040559 | |
| 2011-08-30 17:50 | hgbot | Status | new => resolved |
| 2011-08-30 17:50 | hgbot | Resolution | open => fixed |
| 2011-08-30 17:50 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/339363457926d96ab569da45249641d318d2c0ca [^] |
| 2011-08-31 17:20 | hudsonbot | Checkin | |
| 2011-08-31 17:20 | hudsonbot | Note Added: 0040635 | |
| 2011-09-01 18:04 | rafademiguel | Status | resolved => closed |
| 2011-09-01 18:04 | rafademiguel | Fixed in Version | => 3.0MP3 |
| Copyright © 2000 - 2009 MantisBT Group |