Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
I just notice that several records from C_Location are using a C_City_ID created by another tenant (I'm in a Saas environnment). Looking in code, i see the C_City_ID column is searched only on the country, the region and the name (see MLocation.beforeSave).
Attached patch should resolved the issue... but that may be considered as a feature (ability to share cities). So perhaps a SysConfig key should be added (LOCATION_SHARE_CITIES_BETWEEN_TENANTS) ?
Hi,
I just notice that several records from C_Location are using a C_City_ID created by another tenant (I'm in a Saas environnment).
Looking in code, i see the C_City_ID column is searched only on the country, the region and the name (see MLocation.beforeSave).
Attached patch should resolved the issue... but that may be considered as a feature (ability to share cities).
So perhaps a SysConfig key should be added (LOCATION_SHARE_CITIES_BETWEEN_TENANTS) ?
WDYT ?
Regards,
Nicolas