Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX Don't assume a DataObject's table.
Knowing if a DataObject has a table or not is irrelevant - data is queried out and pushed into solr all the same, whether there is a join table, a base table, or any combination with maybe a few no-tables in between. SomeDataClass::get() will fetch all data irrelevant of tables, that's the point of an abstraction like SilverStripe's ORM.
- Loading branch information