Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0053016Openbravo ERP02. Master data managementpublic2023-07-20 10:402023-07-28 08:47
guilleaer 
guilleaer 
normaltrivialhave not tried
closedfixed 
5
 
PR23Q4 
Core
No
0053016: Check to control crm properties with colSpan bigger than available is wrong
Check to control crm properties with colSpan bigger than available is wrong.
It is not filtering properties of the changed CRM it is taking into account all properties
Having several crms installed
in CRM A have a property with colspan for view = 5
in CRM B define "Columns for detail view" as 2 having all properties with colspan for view = 1 (this should be correct)
-> error is raised because 5 is > than . This should not happen because property with 5 belongs to other CRM conector
No tags attached.
Issue History
2023-07-20 10:40guilleaerNew Issue
2023-07-20 10:40guilleaerAssigned To => guilleaer
2023-07-20 10:40guilleaerModules => Core
2023-07-20 10:40guilleaerTriggers an Emergency Pack => No
2023-07-20 10:43hgbotNote Added: 0152717
2023-07-20 10:44guilleaerStatusnew => scheduled
2023-07-28 08:47hgbotResolutionopen => fixed
2023-07-28 08:47hgbotStatusscheduled => closed
2023-07-28 08:47hgbotNote Added: 0152964
2023-07-28 08:47hgbotFixed in Version => PR23Q4
2023-07-28 08:47hgbotNote Added: 0152965

Notes
(0152717)
hgbot   
2023-07-20 10:43   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/948 [^]
(0152964)
hgbot   
2023-07-28 08:47   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/948 [^]
(0152965)
hgbot   
2023-07-28 08:47   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 94bb8323798895d32ddc6d23dafeb90126f48a77
Author: Guillermo Alvarez de Eulate <guillermo.alvarez@openbravo.com>
Date: 28-07-2023 06:47:12
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/94bb8323798895d32ddc6d23dafeb90126f48a77 [^]

fixed ISSUE-53016: Fix the check which ensures that colspan is correct for CRM conector properties

---
M src/org/openbravo/event/ExternalBusinessPartnerConfigColspan.java
---