[ckan-changes] commit/ckan: kindly: [schema] allow empty value for task status

Bitbucket commits-noreply at bitbucket.org
Wed Nov 2 13:47:26 UTC 2011


1 new commit in ckan:


https://bitbucket.org/okfn/ckan/changeset/868f13103e7d/
changeset:   868f13103e7d
branch:      feature-1371-task-status-logic-layer
user:        kindly
date:        2011-11-02 14:47:09
summary:     [schema] allow empty value for task status
affected #:  1 file

diff -r be2c10b12d72d34e002c91eb36ad39779ccfc53c -r 868f13103e7d22c321bc679d76bcb459a97f0ec2 ckan/logic/schema.py
--- a/ckan/logic/schema.py
+++ b/ckan/logic/schema.py
@@ -255,7 +255,7 @@
         'entity_type': [not_empty, unicode],
         'task_type': [not_empty, unicode],
         'key': [not_empty, unicode],
-        'value': [not_missing],
+        'value': [ignore_missing],
         'state': [ignore_missing],
         'last_updated': [ignore_missing],
         'error': [ignore_missing]

Repository URL: https://bitbucket.org/okfn/ckan/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.




More information about the ckan-changes mailing list