Commit e5a706e8 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_hal_json_style] Typo

Fixup 559c5e8b
parent 559c5e8b
......@@ -1782,7 +1782,7 @@ def calculateHateoas(is_portal=None, is_site_root=None, traversed_document=None,
# Put 'cell' to REQUEST (expected by tales) and let the field evaluate
# Needed to evaluate 'items' attribute of listfield for example
REQUEST.set('cell', search_result)
REQUEST.set('cell', brain)
for select in select_list:
contents_item[select] = {}
editable_field = editable_field_dict.get(select, 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