If I have a datasource with an inheritsFrom attribute set, I find that I need to cause the 'parent' datasource to be loaded first:
... " there is no DataSource of that name currently loaded. Ignoring the inheritsFrom declaration."
Which makes sense, but it would be nice if the DataSourceManager (I think that's where it would go) loaded it up for me instead of ignoring the declaration.
It seems to behave that way when resolving references to other datasources from fields using an inheritsFrom attribute - can we do the same here?
... " there is no DataSource of that name currently loaded. Ignoring the inheritsFrom declaration."
Which makes sense, but it would be nice if the DataSourceManager (I think that's where it would go) loaded it up for me instead of ignoring the declaration.
It seems to behave that way when resolving references to other datasources from fields using an inheritsFrom attribute - can we do the same here?
Comment