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 @@ ...@@ -108,6 +108,10 @@
<string>resource_translated_title</string> <string>resource_translated_title</string>
<string>Support Request Type</string> <string>Support Request Type</string>
</tuple> </tuple>
<tuple>
<string>resource_reference</string>
<string>Support Request Type Reference</string>
</tuple>
<tuple> <tuple>
<string>source_trade_title</string> <string>source_trade_title</string>
<string>Operator</string> <string>Operator</string>
...@@ -268,6 +272,10 @@ ...@@ -268,6 +272,10 @@
<string>resource_translated_title</string> <string>resource_translated_title</string>
<string>Support Request Type</string> <string>Support Request Type</string>
</tuple> </tuple>
<tuple>
<string>resource_reference</string>
<string>Support Request Type Reference</string>
</tuple>
<tuple> <tuple>
<string>causality_translated_portal_type</string> <string>causality_translated_portal_type</string>
<string>Channel</string> <string>Channel</string>
...@@ -371,6 +379,10 @@ ...@@ -371,6 +379,10 @@
<string>resource_translated_title</string> <string>resource_translated_title</string>
<string>Support Request Type</string> <string>Support Request Type</string>
</tuple> </tuple>
<tuple>
<string>resource_reference</string>
<string>Support Request Type Reference</string>
</tuple>
<tuple> <tuple>
<string>causality_translated_portal_type</string> <string>causality_translated_portal_type</string>
<string>Channel</string> <string>Channel</string>
......
...@@ -132,6 +132,10 @@ ...@@ -132,6 +132,10 @@
<key> <string>all_columns</string> </key> <key> <string>all_columns</string> </key>
<value> <value>
<list> <list>
<tuple>
<string>resource_reference</string>
<string>Support Request Type Reference</string>
</tuple>
<tuple> <tuple>
<string>stop_date</string> <string>stop_date</string>
<string>End 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