Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0017119 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | minor | have not tried | 2011-05-11 13:46 | 2011-08-16 13:24 | |||
Reporter | AinhoaPagola | View Status | public | |||||
Assigned To | iperdomo | |||||||
Priority | high | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 34f2911c23a2 | ||||
Projection | none | ETA | none | Target Version | 3.0MP3 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | 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 | 0017119: Out Fields in OBUISEL selectors not working | |||||||
Description | The out field logic defined in [1]for new selectors seems not to be working. Following the steps of the wiki, the desired functionality is not obtained. [1] http://wiki.openbravo.com/wiki/Projects/Selector/Developers_Manual#Defining_Out_Fields [^] | |||||||
Steps To Reproduce | Reusing a selector and a field in Openbravo, an example could be to fill the product's UOM from the product selector in sales invoice window. - Go to Reference and select Product selector. - Go to Defined Selector tab. - Go to Fields tab. Check that UOM field is checked as Outfield. Delete the prefix. - Go to Tables and Columns and select invoiceline. - Go to Column Product and deactivate the callout. - Go to Windows Tab Fields and select Sales Invoice. - Go to tab Line. - Go to Field UOM and fill the field "selector out field". Select UOM. Change to the admin user and go to sales invoice - line. Select a product. The UOM does not change accordingly, although it should (as long as it is properly configured). | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|||||||||||||||
|
![]() |
|
(0039778) hgbot (developer) 2011-08-02 14:23 |
Repository: erp/devel/pi Changeset: f8298218fb6927d6fa610727fa9ff9b85b9496da Author: Adrián Romero <adrianromero <at> openbravo.com> Date: Tue Aug 02 09:13:51 2011 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/f8298218fb6927d6fa610727fa9ff9b85b9496da [^] Fixes issue 0017119: Out Fields in OBUISEL selectors not working It has been modified the function that handles selector out fields to assing value incase there is not out field suffix --- M modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js --- |
(0039780) adrianromero (viewer) 2011-08-02 14:29 |
* Testing the issue Follow carefully the steps to reproduce and verify that now the UOM field is properly filled with the related value of the product selected. * Other areas affected It only affects the behavior of out fields in defined selectors. No other area is affected. |
(0039857) hgbot (developer) 2011-08-04 10:09 |
Repository: erp/devel/pi Changeset: c651835ae4cdc05d0438d834822130c6f2de69cf Author: Adrián Romero <adrianromero <at> openbravo.com> Date: Thu Aug 04 10:08:40 2011 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/c651835ae4cdc05d0438d834822130c6f2de69cf [^] Fixes issue 0018189: After changing a product the sales order line can not be saved again The change applied ignores columnnames empty because audit fields do not use the column name property and must be ignored as outfields This change is related to the issue 17119 --- M modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js --- |
(0039939) hudsonbot (viewer) 2011-08-06 05:32 |
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/5744448753e7 [^] Maturity status: Test |
(0039961) hudsonbot (viewer) 2011-08-06 05:33 |
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/5744448753e7 [^] Maturity status: Test |
(0040009) hgbot (developer) 2011-08-08 18:37 |
Repository: erp/devel/pi Changeset: 9fdd7c0cdc75e41f02b385326233311abaeded77 Author: Iván Perdomo <ivan.perdomo <at> openbravo.com> Date: Mon Aug 08 18:36:12 2011 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/9fdd7c0cdc75e41f02b385326233311abaeded77 [^] Fixes issue 17119: Compute the field name based on the type of selector widget or item --- M modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorComponent.java M modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js --- |
(0040016) maite (viewer) 2011-08-09 08:44 |
verified |
(0040020) iperdomo (viewer) 2011-08-09 09:49 |
* Improve the code to loop in the Array, there is no need to iterate like an Object * use name instead of fieldName when the outfield has suffix |
(0040026) hgbot (developer) 2011-08-09 10:35 |
Repository: erp/devel/pi Changeset: 455595b866c83c4e339f7e005a7fa5f8ec891864 Author: Iván Perdomo <ivan.perdomo <at> openbravo.com> Date: Tue Aug 09 10:14:38 2011 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/455595b866c83c4e339f7e005a7fa5f8ec891864 [^] Fixes issue 17119: Fixes checking again columName and improves the array loop --- M modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js --- |
(0040031) hgbot (developer) 2011-08-09 11:41 |
Repository: erp/devel/pi Changeset: 34f2911c23a20fc258ccfbb7388f282ac4334460 Author: Adrián Romero <adrianromero <at> openbravo.com> Date: Tue Aug 09 11:36:49 2011 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/34f2911c23a20fc258ccfbb7388f282ac4334460 [^] Fixes issue 0017119: Out Fields in OBUISEL selectors not working Improves the array loop --- M modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js --- |
(0040066) maite (viewer) 2011-08-10 11:58 |
verified |
(0040067) maite (viewer) 2011-08-10 11:58 |
verified |
(0040192) hudsonbot (viewer) 2011-08-16 13:23 |
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/c1dc221b8cb3 [^] Maturity status: Test |
(0040200) hudsonbot (viewer) 2011-08-16 13:24 |
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/c1dc221b8cb3 [^] Maturity status: Test |
(0040203) hudsonbot (viewer) 2011-08-16 13:24 |
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/c1dc221b8cb3 [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2011-05-11 13:46 | AinhoaPagola | New Issue | |
2011-05-11 13:46 | AinhoaPagola | Assigned To | => alostale |
2011-05-11 13:46 | AinhoaPagola | Modules | => Core |
2011-05-11 13:46 | AinhoaPagola | OBNetwork customer | => Yes |
2011-05-11 13:46 | AinhoaPagola | Priority | normal => high |
2011-05-11 13:46 | AinhoaPagola | Issue Monitored: networkb | |
2011-05-11 16:44 | maite | Issue Monitored: maite | |
2011-05-16 08:56 | alostale | Status | new => scheduled |
2011-05-16 08:56 | alostale | Assigned To | alostale => iperdomo |
2011-05-16 08:56 | alostale | fix_in_branch | => pi |
2011-05-24 10:34 | rafademiguel | Issue Monitored: rafademiguel | |
2011-07-27 18:58 | iperdomo | Assigned To | iperdomo => adrianromero |
2011-07-27 18:58 | iperdomo | Target Version | => 3.0MP2 |
2011-07-27 18:58 | iperdomo | fix_in_branch | pi => |
2011-08-02 14:23 | hgbot | Checkin | |
2011-08-02 14:23 | hgbot | Note Added: 0039778 | |
2011-08-02 14:23 | hgbot | Status | scheduled => resolved |
2011-08-02 14:23 | hgbot | Resolution | open => fixed |
2011-08-02 14:23 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f8298218fb6927d6fa610727fa9ff9b85b9496da [^] |
2011-08-02 14:29 | adrianromero | Note Added: 0039780 | |
2011-08-04 10:09 | hgbot | Checkin | |
2011-08-04 10:09 | hgbot | Note Added: 0039857 | |
2011-08-04 10:10 | adrianromero | Relationship added | related to 0018189 |
2011-08-06 05:32 | hudsonbot | Checkin | |
2011-08-06 05:32 | hudsonbot | Note Added: 0039939 | |
2011-08-06 05:33 | hudsonbot | Checkin | |
2011-08-06 05:33 | hudsonbot | Note Added: 0039961 | |
2011-08-08 12:23 | iperdomo | Status | resolved => new |
2011-08-08 12:23 | iperdomo | Resolution | fixed => open |
2011-08-08 12:23 | iperdomo | Assigned To | adrianromero => iperdomo |
2011-08-08 12:23 | iperdomo | Status | new => scheduled |
2011-08-08 12:23 | iperdomo | fix_in_branch | => pi |
2011-08-08 18:37 | hgbot | Checkin | |
2011-08-08 18:37 | hgbot | Note Added: 0040009 | |
2011-08-08 18:37 | hgbot | Status | scheduled => resolved |
2011-08-08 18:37 | hgbot | Resolution | open => fixed |
2011-08-08 18:37 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/f8298218fb6927d6fa610727fa9ff9b85b9496da [^] => http://code.openbravo.com/erp/devel/pi/rev/9fdd7c0cdc75e41f02b385326233311abaeded77 [^] |
2011-08-09 08:44 | maite | Note Added: 0040016 | |
2011-08-09 08:44 | maite | Status | resolved => closed |
2011-08-09 09:49 | iperdomo | Note Added: 0040020 | |
2011-08-09 09:49 | iperdomo | Status | closed => new |
2011-08-09 09:49 | iperdomo | Resolution | fixed => open |
2011-08-09 09:49 | iperdomo | Status | new => scheduled |
2011-08-09 09:50 | iperdomo | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/9fdd7c0cdc75e41f02b385326233311abaeded77 [^] => |
2011-08-09 09:50 | iperdomo | Target Version | 3.0MP2 => 3.0MP3 |
2011-08-09 09:50 | iperdomo | fix_in_branch | pi => |
2011-08-09 10:35 | hgbot | Checkin | |
2011-08-09 10:35 | hgbot | Note Added: 0040026 | |
2011-08-09 10:35 | hgbot | Status | scheduled => resolved |
2011-08-09 10:35 | hgbot | Resolution | open => fixed |
2011-08-09 10:35 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/455595b866c83c4e339f7e005a7fa5f8ec891864 [^] |
2011-08-09 11:41 | hgbot | Checkin | |
2011-08-09 11:41 | hgbot | Note Added: 0040031 | |
2011-08-09 11:41 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/455595b866c83c4e339f7e005a7fa5f8ec891864 [^] => http://code.openbravo.com/erp/devel/pi/rev/34f2911c23a20fc258ccfbb7388f282ac4334460 [^] |
2011-08-10 11:58 | maite | Note Added: 0040066 | |
2011-08-10 11:58 | maite | Note Added: 0040067 | |
2011-08-10 11:58 | maite | Status | resolved => closed |
2011-08-10 13:38 | iperdomo | Relationship added | related to 0018242 |
2011-08-16 13:23 | hudsonbot | Checkin | |
2011-08-16 13:23 | hudsonbot | Note Added: 0040192 | |
2011-08-16 13:24 | hudsonbot | Checkin | |
2011-08-16 13:24 | hudsonbot | Note Added: 0040200 | |
2011-08-16 13:24 | hudsonbot | Checkin | |
2011-08-16 13:24 | hudsonbot | Note Added: 0040203 |
Copyright © 2000 - 2009 MantisBT Group |