Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0056606 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [POS2] POS | major | always | 2024-09-12 13:15 | 2024-10-08 14:42 | |||
Reporter | malsasua | View Status | public | |||||
Assigned To | Rajesh_18 | |||||||
Priority | high | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | 24Q2.4 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0056606: EWI: Location.addressLine1: Value too long. Length 81, maximum allowed 60 | |||||||
Description | Using CRM Connector, when a new BP is created with address line1 length higher than 60, and Invoice is created, a new EWI is generated: Location.addressLine1: Value too long. Length 81, maximum allowed 60 | |||||||
Steps To Reproduce | . using external CRM Connector: . in POS: - new BP & new Address: Address Line1 length higher than 60 chars - new Order using the previous BP - add one item - menu (three points) -> issue invoice - complete the ticket EWI: Location.addressLine1: Value too long. Length 81, maximum allowed 60 | |||||||
Proposed Solution | Update length to 255 of addres1 and address2 Update Openbravo CRM dataset to support 255 instead of 60 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0169911) hgbot (developer) 2024-10-03 07:50 |
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1369 [^] |
(0169912) hgbot (developer) 2024-10-03 07:51 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2958 [^] |
(0169969) hgbot (developer) 2024-10-03 16:49 |
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1369 [^] |
(0169970) hgbot (developer) 2024-10-03 16:49 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/openbravo [^] Changeset: 4d5d9f7d4325d5d3ca39ae8b5da080da1f38b604 Author: Rajesh Senthilkumar <rajesh@qualiantech.com> Date: 03-10-2024 05:52:08 URL: https://gitlab.com/openbravo/product/openbravo/-/commit/4d5d9f7d4325d5d3ca39ae8b5da080da1f38b604 [^] Fixed ISSUE-56606: Changed length of address from 60 to 255 --- M src-db/database/model/tables/C_LOCATION.xml --- |
(0169971) hgbot (developer) 2024-10-03 16:50 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^] Changeset: c762f86af257949b82d85aa802199eb0f6bb321e Author: Rajesh Senthilkumar <rajesh@qualiantech.com> Date: 03-10-2024 05:51:54 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/c762f86af257949b82d85aa802199eb0f6bb321e [^] Related to ISSUE-56606: Changed length of address from 60 to 255 --- M referencedata/standard/CRM_Connector_for_Openbravo_Customers.xml --- |
(0169972) hgbot (developer) 2024-10-03 16:50 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2958 [^] |
(0170117) hgbot (developer) 2024-10-08 14:41 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/openbravo [^] Changeset: ed4ae6a1e19e836ece7fb9db162022931029ae82 Author: Rajesh Senthilkumar <rajesh@qualiantech.com> Date: 08-10-2024 18:10:54 URL: https://gitlab.com/openbravo/product/openbravo/-/commit/ed4ae6a1e19e836ece7fb9db162022931029ae82 [^] Revert "Fixed ISSUE-56606: Changed length of address from 60 to 255" This reverts commit 4d5d9f7d4325d5d3ca39ae8b5da080da1f38b604. --- M src-db/database/model/tables/C_LOCATION.xml --- |
(0170118) hgbot (developer) 2024-10-08 14:42 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^] Changeset: 8cbffb2cdbae33b427b1727fbccba1f5b11eb2b0 Author: Rajesh Senthilkumar <rajesh@qualiantech.com> Date: 08-10-2024 18:11:49 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/8cbffb2cdbae33b427b1727fbccba1f5b11eb2b0 [^] Revert "Related to ISSUE-56606: Changed length of address from 60 to 255" This reverts commit c762f86af257949b82d85aa802199eb0f6bb321e. --- M referencedata/standard/CRM_Connector_for_Openbravo_Customers.xml --- |
Issue History | |||
Date Modified | Username | Field | Change |
2024-10-01 13:06 | marvintm | Type | defect => backport |
2024-10-01 13:06 | marvintm | Target Version | => 24Q2.4 |
2024-10-03 07:50 | hgbot | Note Added: 0169911 | |
2024-10-03 07:51 | hgbot | Note Added: 0169912 | |
2024-10-03 16:49 | hgbot | Resolution | open => fixed |
2024-10-03 16:49 | hgbot | Status | scheduled => closed |
2024-10-03 16:49 | hgbot | Note Added: 0169969 | |
2024-10-03 16:49 | hgbot | Fixed in Version | => PR24Q2.4 |
2024-10-03 16:49 | hgbot | Note Added: 0169970 | |
2024-10-03 16:50 | hgbot | Note Added: 0169971 | |
2024-10-03 16:50 | hgbot | Note Added: 0169972 | |
2024-10-08 14:41 | hgbot | Note Added: 0170117 | |
2024-10-08 14:42 | hgbot | Note Added: 0170118 |
Copyright © 2000 - 2009 MantisBT Group |