Module based custom views are loaded based on their association with the target query name. Loading by table title in past versions caused significant performance issues and is no longer supported.
Loading Custom Views
To attach a custom view to a table, bind it via the query name. For instance, if you have a query in the elispot module called QueryName, which includes the table name definition as TableTitle, and your custom view is called MyView, you would place the xml file here:
./resources/assay/elispot/queries/QueryName/MyView.qview.xml
Upgrading from Legacy Behavior
Learn more in the
documentation archives.