Thanks, this helped to solve it.
In terms of your example, I had an extra reference to the
model in the data provider
IN VIEW
name: my_list
data provider : {var:read_article
.Article}
field list
Article.title:title
Article.introtext:intro
Once I removed the reference to the model, it worked.
Why it worked? I have no idea, as the model reference can be used. I stole it from the 'Article relations demo', View, article_details, data provider field.
Even more bizar, If you remove the .Article part in the demo, it breaks.
I will study some more on CC6...
Thanks again and regards,
Nico