Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0025686 | Openbravo ERP | A. Platform | public | 2014-02-07 11:46 | 2014-03-12 11:10 |
|
Reporter | caristu | |
Assigned To | caristu | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR14Q2 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 26418 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0025686: Selectors with out fields are not working properly in pick and execute windows |
Description | If we have a selector that uses an out field with a suffix in a pick and execute window, it does not work properly. The following error is raised in the javascript console:
"Uncaught TypeError: Cannot set property 'inpfieldname_suffix' of undefined"
|
Steps To Reproduce | 1) Create a pick and execute window
2) Use a obuisel_selector reference for one of the fields.
3) In the selector definition, use at least one field with the out field checbox selected and put a value for the suffix
4) Open the selector in the pick and execute and click in the "OK" button |
Proposed Solution | Initialize the hiddenFields array properly to avoid the error: form.hiddenInputs = form.hiddenInputs | {} |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0025727 | 3.0PR14Q3 | closed | AugustoMauch | Selectors are not working properly in pick and execute windows |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-02-07 11:46 | caristu | New Issue | |
2014-02-07 11:46 | caristu | Assigned To | => AugustoMauch |
2014-02-07 11:46 | caristu | Modules | => Core |
2014-02-07 11:46 | caristu | OBNetwork customer | => Yes |
2014-02-07 11:46 | caristu | Support ticket | => 26418 |
2014-02-07 11:46 | caristu | Triggers an Emergency Pack | => No |
2014-02-07 11:46 | caristu | Issue Monitored: networkb | |
2014-02-07 11:47 | caristu | Summary | Selectors with output fields are not working properly in pick and execute windows => Selectors with out fields are not working properly in pick and execute windows |
2014-02-07 11:47 | caristu | Description Updated | bug_revision_view_page.php?rev_id=5436#r5436 |
2014-02-07 11:47 | caristu | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=5438#r5438 |
2014-02-07 11:51 | caristu | Proposed Solution updated | |
2014-02-13 17:10 | caristu | Relationship added | related to 0025727 |
2014-02-13 17:23 | hgbot | Checkin | |
2014-02-13 17:23 | hgbot | Note Added: 0064236 | |
2014-02-13 17:23 | hgbot | Status | new => resolved |
2014-02-13 17:23 | hgbot | Resolution | open => fixed |
2014-02-13 17:23 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/99858c12732941da7188a54878203776b3147def [^] |
2014-02-14 13:32 | hgbot | Checkin | |
2014-02-14 13:32 | hgbot | Note Added: 0064264 | |
2014-02-14 13:33 | caristu | Assigned To | AugustoMauch => caristu |
2014-02-14 13:33 | caristu | Status | resolved => new |
2014-02-14 13:33 | caristu | Resolution | fixed => open |
2014-02-14 13:33 | caristu | Assigned To | caristu => AugustoMauch |
2014-02-15 02:00 | hudsonbot | Checkin | |
2014-02-15 02:00 | hudsonbot | Note Added: 0064277 | |
2014-02-15 02:00 | hudsonbot | Checkin | |
2014-02-15 02:00 | hudsonbot | Note Added: 0064280 | |
2014-02-17 08:59 | hgbot | Checkin | |
2014-02-17 08:59 | hgbot | Note Added: 0064285 | |
2014-02-17 09:00 | caristu | Status | new => scheduled |
2014-02-17 09:00 | caristu | Assigned To | AugustoMauch => caristu |
2014-02-17 09:00 | caristu | fix_in_branch | => pi |
2014-02-17 09:01 | caristu | Status | scheduled => resolved |
2014-02-17 09:01 | caristu | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/99858c12732941da7188a54878203776b3147def [^] => http://code.openbravo.com/erp/devel/pi/rev/01b83465a5200bfab1ef042ccc68d2235b407102 [^] |
2014-02-17 09:01 | caristu | Resolution | open => fixed |
2014-02-17 16:18 | hudsonbot | Checkin | |
2014-02-17 16:18 | hudsonbot | Note Added: 0064296 | |
2014-03-12 11:09 | AugustoMauch | Review Assigned To | => AugustoMauch |
2014-03-12 11:09 | AugustoMauch | Note Added: 0065092 | |
2014-03-12 11:09 | AugustoMauch | Status | resolved => closed |
2014-03-12 11:10 | AugustoMauch | Fixed in Version | => PR14Q2 |
Notes |
|
(0064236)
|
hgbot
|
2014-02-13 17:23
|
|
Repository: erp/devel/pi
Changeset: 99858c12732941da7188a54878203776b3147def
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Thu Feb 13 17:23:11 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/99858c12732941da7188a54878203776b3147def [^]
fixes issue 25686: Selectors with out fields are not working properly
in pick and execute windows
---
M modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js
---
|
|
|
(0064264)
|
hgbot
|
2014-02-14 13:32
|
|
Repository: erp/devel/pi
Changeset: cac61a7acbc685a6a5be5e90d7ebed2a217d5e28
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Fri Feb 14 13:32:00 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/cac61a7acbc685a6a5be5e90d7ebed2a217d5e28 [^]
related to issue 25686: revert changes
---
M modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js
---
|
|
|
|
|
|
|
|
|
(0064285)
|
hgbot
|
2014-02-17 08:59
|
|
Repository: erp/devel/pi
Changeset: 01b83465a5200bfab1ef042ccc68d2235b407102
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Fri Feb 14 14:05:22 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/01b83465a5200bfab1ef042ccc68d2235b407102 [^]
related to issue 25686: use the or logical operator
---
M modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js
---
|
|
|
|
|
|
|
Code reviewed and verified in pi@143dbdd74f2b |
|