Commit 169f2be0 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_hal_json_style] Use SQLBrain as cell

parent 457523aa
......@@ -1129,7 +1129,7 @@ def calculateHateoas(is_portal=None, is_site_root=None, traversed_document=None,
}
for select in select_list:
if editable_field_dict.has_key(select):
REQUEST.set('cell', document)
REQUEST.set('cell', sql_document)
if ('default' in editable_field_dict[select].tales):
tmp_value = None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment