Skip to content

Commit

Permalink
TEMP: disable association mods during resource edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Foster committed May 9, 2013
1 parent b615ea8 commit dacbc96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion service_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ def update_resource(resource_type, resource_obj, resource_assocs):
reqs = [req]

# handle associations
if len(resource_assocs):
# @TODO: intentionally disabled, not working correctly yet
if False and len(resource_assocs):

# get prepare statement to build urls
prepare = ServiceApi.get_prepare(resource_type, resource_obj['_id'], None)
Expand Down

0 comments on commit dacbc96

Please sign in to comment.