Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0049123 | POS2 | POS | public | 2022-04-25 19:44 | 2022-06-17 08:56 |
|
Reporter | gorka_gil | |
Assigned To | gorka_gil | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0049123: Removing a filter in order selector doesn't reset the filter |
Description | When removing a filter from orders selector it should reset its value and stop filtering by it |
Steps To Reproduce | - Login in the pos,
- go to orders,
- click on button 'add filter',
- select delivery status,
- select any delivery (for example 'delivered'),
- the grid will be filtered correctly,
- then click on X on the left of the delivery status filter to remove it,
- it will be correctly removed,
ERROR:
- the grid will continue filtered,
- and if added again the button it will continue with the same value |
Proposed Solution | |
Additional Information | |
Tags | FASH |
Relationships | related to | feature request | 0049095 | | closed | gorka_gil | Show the customer activity | related to | defect | 0049513 | | closed | gorka_gil | All filters from a filterable grid should be able to be reset |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2022-04-25 19:44 | gorka_gil | New Issue | |
2022-04-25 19:44 | gorka_gil | Assigned To | => Retail |
2022-04-25 19:44 | gorka_gil | OBNetwork customer | => No |
2022-04-25 19:44 | gorka_gil | Triggers an Emergency Pack | => No |
2022-06-03 11:30 | gorka_gil | Relationship added | related to 0049095 |
2022-06-08 18:03 | gorka_gil | Relationship added | related to 0049513 |
2022-06-13 18:35 | hgbot | Merge Request Status | => open |
2022-06-13 18:35 | hgbot | Note Added: 0138323 | |
2022-06-13 18:38 | gorka_gil | Assigned To | Retail => gorka_gil |
2022-06-13 18:59 | hgbot | Note Added: 0138324 | |
2022-06-15 19:05 | hgbot | Merge Request Status | open => approved |
2022-06-16 12:21 | hgbot | Note Added: 0138403 | |
2022-06-16 12:21 | hgbot | Resolution | open => fixed |
2022-06-16 12:21 | hgbot | Status | new => closed |
2022-06-16 12:21 | hgbot | Note Added: 0138404 | |
2022-06-16 12:21 | hgbot | Note Added: 0138405 | |
2022-06-16 12:21 | hgbot | Note Added: 0138406 | |
2022-06-16 12:21 | hgbot | Note Added: 0138407 | |
2022-06-16 12:21 | hgbot | Note Added: 0138408 | |
2022-06-17 08:56 | rafaroda | Tag Attached: FASH | |
Notes |
|
(0138323)
|
hgbot
|
2022-06-13 18:35
|
|
|
|
(0138324)
|
hgbot
|
2022-06-13 18:59
|
|
|
|
(0138403)
|
hgbot
|
2022-06-16 12:21
|
|
|
|
(0138404)
|
hgbot
|
2022-06-16 12:21
|
|
|
|
(0138405)
|
hgbot
|
2022-06-16 12:21
|
|
|
|
(0138406)
|
hgbot
|
2022-06-16 12:21
|
|
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: c33c2b05499ff56afce643899e12ba80899a8a8e
Author: Gorka Gil <gorka.gil@openbravo.com>
Date: 16-06-2022 10:21:04
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/c33c2b05499ff56afce643899e12ba80899a8a8e [^]
Related to ISSUE-49123: Fix bp selector in orders to allow delete or remove. Refactor initialFilters of listRemoteWindow
To reset the bp button value on remove was needed to remove the initial filter value of this field,
but the api don't allow that.
Refactor the api of set initial values to allow add/update, remove and remove all
---
A web-jspack/org.openbravo.pos2/src/model/user-interface/actions/ListRemoteWindowInitialFilters.js
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/TicketListRemoteGridBPFilter.jsx
M web-jspack/org.openbravo.pos2/src/model/user-interface/UIExtension.js
M web-jspack/org.openbravo.pos2/src/model/user-interface/user-actions/ViewOrdersOfCustomer.js
M web-jspack/org.openbravo.pos2/src/model/user-interface/user-actions/cashup/ListRemoteWindowHooks.js
R web-jspack/org.openbravo.pos2/src/model/user-interface/actions/SetListRemoteWindowInitialFilters.js
---
|
|
|
(0138407)
|
hgbot
|
2022-06-16 12:21
|
|
|
|
(0138408)
|
hgbot
|
2022-06-16 12:21
|
|
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 6a12c63b00c93ac80bba402bef9a6f2d4d517e30
Author: Gorka Gil <gorka.gil@openbravo.com>
Date: 16-06-2022 10:21:04
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/6a12c63b00c93ac80bba402bef9a6f2d4d517e30 [^]
Related to ISSUE-49123: Review: rename ListRemoteWindowInitialFilters to TicketListRemoteWindowInitialFilters
---
A web-jspack/org.openbravo.pos2/src/model/user-interface/actions/TicketListRemoteWindowInitialFilters.js
A web-jspack/org.openbravo.pos2/src/model/user-interface/user-actions/TicketListRemoteWindowHooks.js
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/TicketListRemoteGrid.jsx
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/TicketListRemoteGridBPFilter.jsx
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/__test__/TicketListRemoteGridBPFilter.test.jsx
M web-jspack/org.openbravo.pos2/src/model/user-interface/UIExtension.js
M web-jspack/org.openbravo.pos2/src/model/user-interface/__test__/ViewOrdersOfCustomer.test.js
M web-jspack/org.openbravo.pos2/src/model/user-interface/user-actions/ViewOrdersOfCustomer.js
M web-jspack/org.openbravo.pos2/src/ob-init.js
R web-jspack/org.openbravo.pos2/src/model/user-interface/actions/ListRemoteWindowInitialFilters.js
---
|
|