Commit 44a9eb1f authored by Romain Courteaud's avatar Romain Courteaud

It is not allowed to use the uid parameter

parent 98620dc3
......@@ -59,7 +59,7 @@ if state_change.kwargs[\'bang_tree\']:\n
hosting_subscription = instance.getSpecialiseValue(portal_type="Hosting Subscription")\n
portal.portal_catalog.searchAndActivate(\n
specialise_uid=hosting_subscription.getUid(),\n
uid=NegatedQuery(Query(uid=instance.getUid())),\n
path=NegatedQuery(Query(uid=instance.getPath())),\n
portal_type=["Slave Instance", "Software Instance"],\n
method_id=\'bang\',\n
method_kw={\'bang_tree\': False},\n
......
27
\ No newline at end of file
28
\ 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