Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0031483 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | minor | have not tried | 2015-11-14 17:53 | 2015-12-14 12:29 | |||
Reporter | mtaal | View Status | public | |||||
Assigned To | Sandrahuguet | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | abd7d92a65e7 | ||||
Projection | none | ETA | none | Target Version | RR16Q1 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | migueldejuana | |||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0031483: [HGVOL] When search is set as the default tab with remote prefs, the characteristic list is not shown initially | |||||||
Description | See screenshot, when I set the default tab to be search the characteristic list is not shown. This happens with all the remote prefs (Product) to Y. | |||||||
Steps To Reproduce | - set all the remote prefs - set the default tab in the pos terminal to search - login, no characteristics are shown - switch tab, the characteristics appear | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() | |||||||
![]() |
||||||||
|
![]() |
|
(0082099) hgbot (developer) 2015-11-23 15:44 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: c1e5a25031ac63b82c3af81f07b7899d5212f35e Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Fri Nov 20 14:59:21 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/c1e5a25031ac63b82c3af81f07b7899d5212f35e [^] Fixed issue 31483 Show char list when search is set as the default Show characteristic button list when search is set as the default tab with remote preferences. --- M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js --- |
(0082276) hgbot (developer) 2015-11-24 09:26 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: 43908df7c78eeb78add92f2f3d0d8f1efb9f3378 Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Tue Nov 24 09:26:23 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/43908df7c78eeb78add92f2f3d0d8f1efb9f3378 [^] related to issue 31483 backout --- M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js --- |
(0082313) hgbot (developer) 2015-11-25 08:52 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: 0db97e33bcaa5916526f489e0e8f26fe4670eeaf Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Tue Nov 24 16:25:03 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/0db97e33bcaa5916526f489e0e8f26fe4670eeaf [^] Fixed issue 31483 Show char list when search is set as the default Show characteristic button list when search is set as the default tab with remote preferences. --- M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js --- |
(0082422) migueldejuana (viewer) 2015-11-27 12:10 |
It is enough changing in ob-retail-searchproductcharacteristic.js the line: if (productFilterText.getValue() !== "" || productcategory.getValue() !== "__all__") { with: if (!_.isEmpty(productFilterText.getValue()) || (productcategory.getValue() && productcategory.getValue() !== "__all__")) { |
(0082608) hgbot (developer) 2015-12-09 11:00 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: abd7d92a65e7c5a2893ecbd1b6e02b28dc68f095 Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Fri Nov 27 12:56:21 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/abd7d92a65e7c5a2893ecbd1b6e02b28dc68f095 [^] Fixed issue 31483 Show char list when search is set as the default --- M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js --- |
(0082711) migueldejuana (viewer) 2015-12-14 12:29 |
Tested and reviewed in 64e10a30bf7d |
![]() |
|||
Date Modified | Username | Field | Change |
2015-11-14 17:53 | mtaal | New Issue | |
2015-11-14 17:53 | mtaal | Assigned To | => Sandrahuguet |
2015-11-14 17:53 | mtaal | File Added: Selection_004.png | |
2015-11-14 17:53 | mtaal | OBNetwork customer | => No |
2015-11-14 17:53 | mtaal | Triggers an Emergency Pack | => No |
2015-11-14 17:54 | mtaal | Relationship added | related to 0031424 |
2015-11-19 17:43 | Sandrahuguet | Status | new => scheduled |
2015-11-19 17:44 | Sandrahuguet | Summary | When search is set as the default tab with remote prefs, the characteristic list is not shown initially => [HGVOL] When search is set as the default tab with remote prefs, the characteristic list is not shown initially |
2015-11-23 15:44 | hgbot | Checkin | |
2015-11-23 15:44 | hgbot | Note Added: 0082099 | |
2015-11-23 15:44 | hgbot | Status | scheduled => resolved |
2015-11-23 15:44 | hgbot | Resolution | open => fixed |
2015-11-23 15:44 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/c1e5a25031ac63b82c3af81f07b7899d5212f35e [^] |
2015-11-23 15:45 | Sandrahuguet | Review Assigned To | => mtaal |
2015-11-23 18:37 | Sandrahuguet | Status | resolved => new |
2015-11-23 18:37 | Sandrahuguet | Resolution | fixed => open |
2015-11-23 18:38 | Sandrahuguet | Status | new => scheduled |
2015-11-24 09:26 | hgbot | Checkin | |
2015-11-24 09:26 | hgbot | Note Added: 0082276 | |
2015-11-25 08:52 | hgbot | Checkin | |
2015-11-25 08:52 | hgbot | Note Added: 0082313 | |
2015-11-25 08:52 | hgbot | Status | scheduled => resolved |
2015-11-25 08:52 | hgbot | Resolution | open => fixed |
2015-11-25 08:52 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/c1e5a25031ac63b82c3af81f07b7899d5212f35e [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/0db97e33bcaa5916526f489e0e8f26fe4670eeaf [^] |
2015-11-27 09:01 | mtaal | Review Assigned To | mtaal => migueldejuana |
2015-11-27 12:10 | migueldejuana | Note Added: 0082422 | |
2015-11-27 12:10 | migueldejuana | Status | resolved => new |
2015-11-27 12:10 | migueldejuana | Resolution | fixed => open |
2015-12-09 11:00 | hgbot | Checkin | |
2015-12-09 11:00 | hgbot | Note Added: 0082608 | |
2015-12-09 11:00 | hgbot | Status | new => resolved |
2015-12-09 11:00 | hgbot | Resolution | open => fixed |
2015-12-09 11:00 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/0db97e33bcaa5916526f489e0e8f26fe4670eeaf [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/abd7d92a65e7c5a2893ecbd1b6e02b28dc68f095 [^] |
2015-12-14 12:29 | migueldejuana | Note Added: 0082711 | |
2015-12-14 12:29 | migueldejuana | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |