Commit 8e865f25 authored by Roque Porchetto's avatar Roque Porchetto

Workaround to force security access in getDataStreamList script.

parent c2db525f
......@@ -7,6 +7,9 @@ portal_catalog = portal.portal_catalog
#if data_set is None:
# return []
################################ workaround to force security access ################################
check = context.restrictedTraverse("data_set_module/")
################################ workaround for "multiple-datasets" bug ################################
query_dict = {
"portal_type": "Data Set",
......
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