Commit 6f2387e6 authored by Jérome Perrin's avatar Jérome Perrin

crm/support_request: show resource reference on support requests module

We changed to display resource_translated_title instead of resource title,
but resource_translated_title is currently not searchable/sortable by
catalog. Adding resource reference make it somehow possible to search and
sort by resource and can also be useful in some scenarios.
parent b05b311c
......@@ -108,6 +108,10 @@
<string>resource_translated_title</string>
<string>Support Request Type</string>
</tuple>
<tuple>
<string>resource_reference</string>
<string>Support Request Type Reference</string>
</tuple>
<tuple>
<string>source_trade_title</string>
<string>Operator</string>
......@@ -268,6 +272,10 @@
<string>resource_translated_title</string>
<string>Support Request Type</string>
</tuple>
<tuple>
<string>resource_reference</string>
<string>Support Request Type Reference</string>
</tuple>
<tuple>
<string>causality_translated_portal_type</string>
<string>Channel</string>
......@@ -371,6 +379,10 @@
<string>resource_translated_title</string>
<string>Support Request Type</string>
</tuple>
<tuple>
<string>resource_reference</string>
<string>Support Request Type Reference</string>
</tuple>
<tuple>
<string>causality_translated_portal_type</string>
<string>Channel</string>
......
......@@ -132,6 +132,10 @@
<key> <string>all_columns</string> </key>
<value>
<list>
<tuple>
<string>resource_reference</string>
<string>Support Request Type Reference</string>
</tuple>
<tuple>
<string>stop_date</string>
<string>End Date</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