Commit e31ea975 authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_officejs: rename column to not activate graphic

parent 3c77e729
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
"title": name, "title": name,
portal_type: portal_type, portal_type: portal_type,
parent_relative_url: parent_relative_url, parent_relative_url: parent_relative_url,
validation_state: 'draft' state: 'draft'
}); });
}) })
.push(function (id) { .push(function (id) {
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
['agent_title', 'Title'], ['agent_title', 'Title'],
['description', 'Reply'], ['description', 'Reply'],
['modification_date', 'Modification Date'], ['modification_date', 'Modification Date'],
['validation_state', 'Validation State'] ['state', 'Validation State']
], ],
worklist_gadget = result[3], worklist_gadget = result[3],
...@@ -299,7 +299,7 @@ ...@@ -299,7 +299,7 @@
"portal_type": [], "portal_type": [],
"search_column_list": column_list, "search_column_list": column_list,
"sort_column_list": column_list, "sort_column_list": column_list,
"sort": [['validation_state', 'descending'], "sort": [['state', 'descending'],
['modification_date', 'descending']], ['modification_date', 'descending']],
"title": "Notification", "title": "Notification",
"type": "ListBox" "type": "ListBox"
......
...@@ -235,7 +235,7 @@ ...@@ -235,7 +235,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>986.52650.40049.32887</string> </value> <value> <string>1006.12186.57029.18193</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -255,7 +255,7 @@ ...@@ -255,7 +255,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1600864455.71</float> <float>1676482645.59</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
var column_list = [ var column_list = [
['title', 'Title'], ['title', 'Title'],
['modification_date', 'Modification Date'], ['modification_date', 'Modification Date'],
['validation_state', 'State'], ['state', 'State'],
['portal_type', 'Smart Assistant Type'] ['portal_type', 'Smart Assistant Type']
], ],
......
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>980.55539.61894.62822</string> </value> <value> <string>1006.12186.57029.18193</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -277,7 +277,7 @@ ...@@ -277,7 +277,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1577790055.8</float> <float>1676482850.57</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
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