Skip to content

Add missing Integration base classes to BASE_CLASSES constant

Luke Duncalfe requested to merge ld-add-to-base-class-constant into master

What does this MR do and why?

This merge request adds two integration model base classes to the Integration::BASE_CLASSES constant.

The constant plays a small function in a validation. There are no records on production with a type_new with either of these base classes, so no records will become invalid with this change.

There is a spec for the validation.

MR acceptance checklist

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

Edited by Luke Duncalfe

Merge request reports