Commit 08a1b22a authored by Jérome Perrin's avatar Jérome Perrin

core: fix script listbox columns on Workflow

The ID is calculated from reference, showing reference is enough.
There is no "callable_type" property on workflow script
parent a6fb9ff2
......@@ -107,10 +107,6 @@
<key> <string>columns</string> </key>
<value>
<list>
<tuple>
<string>id</string>
<string>ID</string>
</tuple>
<tuple>
<string>reference</string>
<string>Reference</string>
......@@ -119,10 +115,6 @@
<string>title</string>
<string>Title</string>
</tuple>
<tuple>
<string>callable_type</string>
<string>Callable Type</string>
</tuple>
<tuple>
<string>parameter_signature</string>
<string>Parameters</string>
......@@ -186,10 +178,6 @@
<key> <string>url_columns</string> </key>
<value>
<list>
<tuple>
<string>id</string>
<string>WorkflowScript_getListBoxURL</string>
</tuple>
<tuple>
<string>reference</string>
<string>WorkflowScript_getListBoxURL</string>
......@@ -198,10 +186,6 @@
<string>title</string>
<string>WorkflowScript_getListBoxURL</string>
</tuple>
<tuple>
<string>callable_type</string>
<string>WorkflowScript_getListBoxURL</string>
</tuple>
<tuple>
<string>parameter_signature</string>
<string>WorkflowScript_getListBoxURL</string>
......
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