transientskp / banana

a web interface for the Transient Pipeline database
http://docs.transientskp.org/
Other
4 stars 6 forks source link

Correct running catalogue csv issue #118

Closed ajstewart closed 8 years ago

ajstewart commented 8 years ago

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?

gijzelaerr commented 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'.