Skip to content

Change has_many :organizations on Group to has_many :crm_organizations

What does this MR do and why?

This is similar to the change we did in !118584 (merged).

Since we are going to be using the term organization heavily when building out cells, we do not want to clash with the existing has_many :organizations association on Group, which is under customer_relations/, so we are renaming the existing association and all it's usages to has_many: crm_organizations.

No changelog added as this is only a refactor of internal details.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #408632 (closed)

Edited by Manoj M J

Merge request reports