Creating Plugins from templates - Printable Version +- TACTIC Open Source (http://forum.southpawtech.com) +-- Forum: TACTIC Open Source (http://forum.southpawtech.com/forumdisplay.php?fid=3) +--- Forum: TACTIC Discussion (http://forum.southpawtech.com/forumdisplay.php?fid=4) +--- Thread: Creating Plugins from templates (/showthread.php?tid=222) Pages:
1
2
|
RE: Creating Plugins from templates - Nachogor - 07-08-2021 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. |