Change the number of CKAN Dataset views
In CKAN, in the process of deleting and reloading a dataset, I want to replace the number of views of the dataset before it was deleted with the number of views (i.e. instead of 0) after deleting and reloading. For example:
Suppose there is a dataset named "example" and this dataset has already 25 views. When I delete and reload this dataset, I want the number of views to be 25 instead of 0.
I've looked at the package_patch and package_update action API's so far, but I haven't been able to change the "total" value of the "tracking_summary&q开发者_如何学Gouot; parameter in any way.
Any way to change this?
精彩评论