Commit 8ef95d87 authored by Romain Courteaud's avatar Romain Courteaud

Allocate on all computers by default

parent 7b900699
...@@ -129,9 +129,9 @@ for base_category in computer_base_category_list:\n ...@@ -129,9 +129,9 @@ for base_category in computer_base_category_list:\n
query_kw["%s_uid" % base_category] = category.getUid()\n query_kw["%s_uid" % base_category] = category.getUid()\n
\n \n
query_kw["capacity_scope_uid"] = context.getPortalObject().portal_categories.capacity_scope.open.getUid()\n query_kw["capacity_scope_uid"] = context.getPortalObject().portal_categories.capacity_scope.open.getUid()\n
if not explicit_location:\n # if not explicit_location:\n
# Only allocation on public computer\n # # Only allocation on public computer\n
query_kw["allocation_scope_uid"] = context.getPortalObject().portal_categories.allocation_scope.open.public.getUid()\n # query_kw["allocation_scope_uid"] = context.getPortalObject().portal_categories.allocation_scope.open.public.getUid()\n
\n \n
if filter_kw.keys():\n if filter_kw.keys():\n
# XXX Drop all unexpected keys\n # XXX Drop all unexpected keys\n
......
489 490
\ No newline at end of file \ No newline at end of file
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