Replaced deprecated controller assignedCollection field.
// Controller (alternativeCatalogsController.cm) Old: public int->AltCatsColl assignedCollection : deprecated; public str->AltCatsColl new_assignedCollection; New: public str->AltCatsColl assignedCollection;
deprecated alternativeCatalogsOption constructor, since its use could result in buggy behavior.
// Option (alternativeCatalogsOption.cm) Old: public constructor(str catalogCode, int portfolioId, str label) : deprecated { }
Removed deprecated alternativeCatalogsLimb constructor, since its use could result in buggy behavior.
// Library Limb (alternativeCatalogsLimb.cm) Old: public constructor(LibraryLimb parent, symbol pkg, str key, AltCatsController controller) : deprecated { }