[ECODP-dev] EU ODP ckan bug
Bert Van Nuffelen
bert.van.nuffelen at tenforce.com
Fri Aug 9 13:15:24 UTC 2013
Hi,
the following scenario creates confusion and should be resolved properly.
1. rdf2ckan uploaded a dataset using api as user
2. login on the webinterface as api
3. delete the package
4. purge the publisher
=> expected the dataset is removed from the database
however it remains in the database.
The purging is done with the next REST call:
#!/bin/bash
USERHOME=/applications/ecodp/users/ecodp
CKANHOME=$USERHOME/ckan
CKANAPI=http://localhost:8008
# clear the publisher content
if [ $# -lt 2 ] ; then
echo "2 arguments are mandatory"
echo "arg1 the CKAN publisher id"
echo "arg2 the CKAN api key"
exit
fi
JSON="{\"group\":\"$1\"}"
curl $CKANAPI/data/api/action/purge_revision_history -H "Authorization: $2"
-d "$JSON"
best,
Bert
--
Bert Van Nuffelen
Semantic Technologies Software Architect at TenForce
www.tenforce.be
Bert.Van.Nuffelen at tenforce.com
Office: +32 (0)16 31 48 60
Mobile:+32 479 06 24 26
skype: bert.van.nuffelen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.okfn.org/mailman/private/ecodp-dev/attachments/20130809/971d8526/attachment.html>
More information about the ecodp-dev
mailing list