Commit c392cdb3 authored by Łukasz Nowak's avatar Łukasz Nowak

Fetch real object.

Some tools (like workflow tool) are not working correctly on object wrapped in
ZSQL result.
parent 3ebe5642
...@@ -90,6 +90,7 @@ for hosting_subscription in portal.portal_catalog(\n ...@@ -90,6 +90,7 @@ for hosting_subscription in portal.portal_catalog(\n
title=hosting_subscription.getTitle(),\n title=hosting_subscription.getTitle(),\n
aggregate=hosting_subscription.getRelativeUrl()\n aggregate=hosting_subscription.getRelativeUrl()\n
)\n )\n
hosting_subscription = hosting_subscription.getObject()\n
add_kw_list.append((add_kw, hosting_subscription.getPath()))\n add_kw_list.append((add_kw, hosting_subscription.getPath()))\n
if hosting_subscription.getSlapState() == \'destroy_requested\':\n if hosting_subscription.getSlapState() == \'destroy_requested\':\n
remove_hosting_list.append((hosting_subscription.getRelativeUrl(), hosting_subscription.getPath()))\n remove_hosting_list.append((hosting_subscription.getRelativeUrl(), hosting_subscription.getPath()))\n
......
742 743
\ 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