[Instruments] Remove/Replaces references to instrument_subtests table with getSubtestList() #7773
Labels
24.0.0-bugs
Issues or bug fix PRs that were raised during the testing of release 24.0.0
Bug
PR or issue introducing/requiring bug fixes (not mutually exclusive with the Feature label)
Discussion Required
PR or issue awaiting the resolution of a discussion between all involved parties
Describe the bug
The instrument class now expects instruments extending it (and LINST instruments) to self-define their subtest lists. A trait was added to allow for backwards compatibility for existing instruments.
Several occurrences where subtests are being queried directly from the database still exist in the code and must be replaced by the getSubtestList() function of the instrument class
occurrences:
The text was updated successfully, but these errors were encountered: