It should be utilizing the relationshipSelect instead.
Created attachment 189717 [details] [review] Bug 41275: Drop vendor in favor of relationshipSelect This is only a PoC for AgreementResource. More are needed. Type = 'vendor' was a measure taken at the time to solve the issue immediatelly, but we have since abstracted 'simple' relationships to use relationshipSelect and there's no reason to continue using type: 'vendor'. The thing I'd like comments on here is that an API call is done by relationshipSelect, whereas before the vendors were coming from the vendorStore loaded in ERM. AFAIK, this vendorStore load in ERM is still required to populate the 'vendor' table column filter options. Thoughts?
Could the table column not just be a searchable column rather than needing all vendors loading into a dropdown?