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 @@ ...@@ -107,10 +107,6 @@
<key> <string>columns</string> </key> <key> <string>columns</string> </key>
<value> <value>
<list> <list>
<tuple>
<string>id</string>
<string>ID</string>
</tuple>
<tuple> <tuple>
<string>reference</string> <string>reference</string>
<string>Reference</string> <string>Reference</string>
...@@ -119,10 +115,6 @@ ...@@ -119,10 +115,6 @@
<string>title</string> <string>title</string>
<string>Title</string> <string>Title</string>
</tuple> </tuple>
<tuple>
<string>callable_type</string>
<string>Callable Type</string>
</tuple>
<tuple> <tuple>
<string>parameter_signature</string> <string>parameter_signature</string>
<string>Parameters</string> <string>Parameters</string>
...@@ -186,10 +178,6 @@ ...@@ -186,10 +178,6 @@
<key> <string>url_columns</string> </key> <key> <string>url_columns</string> </key>
<value> <value>
<list> <list>
<tuple>
<string>id</string>
<string>WorkflowScript_getListBoxURL</string>
</tuple>
<tuple> <tuple>
<string>reference</string> <string>reference</string>
<string>WorkflowScript_getListBoxURL</string> <string>WorkflowScript_getListBoxURL</string>
...@@ -198,10 +186,6 @@ ...@@ -198,10 +186,6 @@
<string>title</string> <string>title</string>
<string>WorkflowScript_getListBoxURL</string> <string>WorkflowScript_getListBoxURL</string>
</tuple> </tuple>
<tuple>
<string>callable_type</string>
<string>WorkflowScript_getListBoxURL</string>
</tuple>
<tuple> <tuple>
<string>parameter_signature</string> <string>parameter_signature</string>
<string>WorkflowScript_getListBoxURL</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