From 78b61a09e9de7b503093d0e5fba8bbdc7c1e18ed Mon Sep 17 00:00:00 2001 From: amercader Date: Mon, 6 Feb 2012 10:17:27 +0000 Subject: [PATCH] [doc] Quick note about the current field --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3641e55..1660254 100644 --- a/README.rst +++ b/README.rst @@ -273,7 +273,8 @@ following methods:: - performing any necessary action with the fetched object (e.g create a CKAN package). Note: if this stage creates or updates a package, a reference - to the package should be added to the HarvestObject. + to the package must be added to the HarvestObject. + Additionally, the HarvestObject must be flagged as current. - creating the HarvestObject - Package relation (if necessary) - creating and storing any suitable HarvestObjectErrors that may occur.