symphonycms / symphony-3

Symphony 3.0 ftw
http://symphony-cms.com
MIT License
33 stars 18 forks source link

Conditions don't appear to work when depending on the output parameter of another DS #60

Open allen opened 14 years ago

allen commented 14 years ago

e.g.

'parameter' => '{$ds-read-user-account-by-id.system.id}', 'logic' => 'empty',

Even if the specified parameter exists on the page, the DS is not run at all (at the least it should be an empty result set).