Skip to content

Commit

Permalink
[#2340] ignore revision_id passed to resources
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi authored and amercader committed May 11, 2015
1 parent c844fb9 commit 61f7acf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/logic/schema.py
Expand Up @@ -85,6 +85,7 @@ def default_resource_schema():

def default_update_resource_schema():
schema = default_resource_schema()
schema['revision_id'] = [ignore]
return schema

def default_tags_schema():
Expand Down

0 comments on commit 61f7acf

Please sign in to comment.