-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
meta-panel.controller uses a hard-wired list of inclusions for each entityType. This means that the meta-panel query always includes the same entities, not all of which may be required; it also means that the set of inclusions must be extended if new entity references are required (as happened recently with Study from Investigation).
The code extracts variable names from the meta-tab fields already; so it should be possible to replace the hard-wired .include()s by including the discovered variable names.
I am slightly hesitant because there may be other reasons why particular inclusions have been hard-wired; but this may be worth considering.
Reactions are currently unavailable