07-08-2021, 11:39 AM
Guys in case this is a problem I can use to see the name of the Pipeline in the column of the shot Stype, but I would need to change the query_filter also to be able to see only the current project's pipelines.
<element name="pipeline_code" title="Pipeline">
<display class="SelectWdg">
<query>sthpw/pipeline|code|name</query>
<query_filter>"search_type" like 'LaSP/planos'</query_filter>
<empty>true</empty>
</display>
</element>
Would this be possible? Not as elegant as the prefix, but good enough for me.
<element name="pipeline_code" title="Pipeline">
<display class="SelectWdg">
<query>sthpw/pipeline|code|name</query>
<query_filter>"search_type" like 'LaSP/planos'</query_filter>
<empty>true</empty>
</display>
</element>
Would this be possible? Not as elegant as the prefix, but good enough for me.
Nachogor