Openbravo Issue Tracking System - POS2
View Issue Details
0054076POS2POSpublic2023-12-05 14:492023-12-11 16:59
NaroaIriarte 
NaroaIriarte 
normalminorhave not tried
closedfixed 
5
 
24Q1 
No
0054076: No translatable filters are not working properly on the customers window
When a CRM filter is set as non translatable, its value is not properly shown in the form view of the customers. Instead '$null' value is shown.
 Login in the Openbravo back office with the 'The White Valley Group Admin'.
- Go to the CRM connectorConfiguration window.
- Select the Openbravo BP CRM Integration record and navigate to the Filter tab.
- Create a new Filter record but uncheck the 'translatable' check.
- In the 'Text' field, write the text which should be shown.

- Go back to POS 2 and login as vallblanca.
- Click on the 'finish' green arrow.
- click on the menu entry to show 'customers' window
- The newly created filter appears but instead of showing the desired text '/$null' appears.
No tags attached.
related to defect 0053959 closed NaroaIriarte No translatable filters are not working properly on the CRM connector 
Issue History
2023-12-05 14:49NaroaIriarteNew Issue
2023-12-05 14:49NaroaIriarteAssigned To => NaroaIriarte
2023-12-05 14:49NaroaIriarteTriggers an Emergency Pack => No
2023-12-05 14:49NaroaIriarteRelationship addedrelated to 0053959
2023-12-05 14:49NaroaIriarteStatusnew => acknowledged
2023-12-05 14:50NaroaIriarteStatusacknowledged => scheduled
2023-12-05 16:09hgbotNote Added: 0157971
2023-12-05 18:46NaroaIriarteSummaryNo translatable filters are not working properly on the customer form => No translatable filters are not working properly on the customers window
2023-12-05 18:46NaroaIriarteSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=27213#r27213
2023-12-11 16:59hgbotNote Added: 0158053
2023-12-11 16:59hgbotResolutionopen => fixed
2023-12-11 16:59hgbotStatusscheduled => closed
2023-12-11 16:59hgbotFixed in Version => 24Q1
2023-12-11 16:59hgbotNote Added: 0158054

Notes
(0157971)
hgbot   
2023-12-05 16:09   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2280 [^]
(0158053)
hgbot   
2023-12-11 16:59   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2280 [^]
(0158054)
hgbot   
2023-12-11 16:59   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 9cb706afc2601a753c41f12b90036c0156b61661
Author: Naroa Iriarte <naroa.iriarte@openbravo.com>
Date: 11-12-2023 15:58:09
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/9cb706afc2601a753c41f12b90036c0156b61661 [^]

fixed ISSUE-54076: The filter text when no translatable was not shown in the Customer grid. It has been fixed adding a function that checks that.

---
M web-jspack/org.openbravo.pos2/src/components/Customer/CustomerGrid/CustomerGrid.jsx
---