As you may recall from my previous posts, we're customizing some of our data sources "on the fly" to add fields and other customizations that are dependent on various configuration tables in our app. We've managed to find a way to get all of the Isomorphic server side code to reference these modified datasources, but have run into another scenario that I'm not sure how to address.
We'd like to use the "hasRelatedRecord" validator, but can't seem to find a way to have the "relatedDataSource" use our customized datasource. Is there a point at which we can override the this and point it to our customized data source instead of having it load the standard ds.xml?
We'd like to use the "hasRelatedRecord" validator, but can't seem to find a way to have the "relatedDataSource" use our customized datasource. Is there a point at which we can override the this and point it to our customized data source instead of having it load the standard ds.xml?
Comment