Closed ajstewart closed 8 years ago
it was using the ID's from varmetric table.
The Django generic views are set up in such a way that the current thing of interest is available in the view. In this case it is de detail view of varmetric, which is available as 'object'.
Corrects issue #117.
Making sure the csv template pulls object.runcat.id fixes the issues for me and I see the correct running catalogue IDs.
Though do you know what was it pulling when only using object.id?