Commit bc1d70f1 authored by Romain Courteaud's avatar Romain Courteaud

Do not display closed/forever computers.

parent e976cb4d
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>return context.getPortalObject().portal_catalog(\n <value> <string>return context.getPortalObject().portal_catalog(\n
local_roles=["Assignee"],\n local_roles=["Assignee"],\n
default_strict_allocation_scope_uid="!=%s" % context.getPortalObject().portal_categories.allocation_scope.close.forever.getUid(),\n
**kw\n **kw\n
)\n )\n
</string> </value> </string> </value>
......
30 31
\ 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