Commit 08487a16 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_cloud: Fixup z_related_causality_subscription_request

   Subscription request workflow uses simulation_state rather them validation one.
parent 9c6126fb
Pipeline #13448 failed with stage
in 0 seconds
<dtml-var table_0>.base_category_uid = <dtml-var "portal_categories.causality.getUid()">
AND <dtml-var table_1>.uid = <dtml-var table_0>.uid
AND <dtml-var table_1>.portal_type = 'Subscription Request'
AND <dtml-var table_1>.validation_state not in ('deleted', 'cancelled')
AND <dtml-var table_1>.simulation_state != 'deleted'
<dtml-var RELATED_QUERY_SEPARATOR>
<dtml-var table_0>.category_uid = <dtml-var query_table>.uid
......
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