Commit 0ada0896 authored by Romain Courteaud's avatar Romain Courteaud

erp5_hal_json_style: add compatibility with URL columns returning None value

parent 981f2e61
......@@ -2039,6 +2039,10 @@ def calculateHateoas(is_portal=None, is_site_root=None, traversed_document=None,
selection=catalog_kw['selection'],
selection_name=catalog_kw['selection_name'],
column_id=select)
if url_parameter_dict is None:
# url method want to disable URL in xhtml
# Keep compatibility with this simple case
url_parameter_dict = {}
else:
if not is_getListItemUrlDict_calculated:
# XXX If only available on brains, maybe better to call on aq_self
......
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