Commit 04b9982d authored by Jérome Perrin's avatar Jérome Perrin

crm/officejs_support_request_ui: use "resource__translated__title" as Support...

crm/officejs_support_request_ui: use "resource__translated__title" as Support Request Type in listboxs

In other places, we always show the translated service titles.

By using resource__translated__title, this enable the new syntax for
translated related keys from aee8bcac (ERP5Catalog/content_translation:
support translated related keys, 2020-10-07), so that column can be searched
or sorted.
parent b32fb8bc
......@@ -105,7 +105,7 @@
<string>Location</string>
</tuple>
<tuple>
<string>resource_title</string>
<string>resource__translated__title</string>
<string>Support Request Type</string>
</tuple>
<tuple>
......@@ -180,7 +180,7 @@
<string>Reference</string>
</tuple>
<tuple>
<string>resource_title</string>
<string>resource__translated__title</string>
<string>Support Request Type</string>
</tuple>
<tuple>
......
......@@ -153,7 +153,7 @@
<string>Location</string>
</tuple>
<tuple>
<string>resource_title</string>
<string>resource__translated__title</string>
<string>Support Request Type</string>
</tuple>
<tuple>
......@@ -240,7 +240,7 @@
<string>Reference</string>
</tuple>
<tuple>
<string>resource_title</string>
<string>resource__translated__title</string>
<string>Support Request Type</string>
</tuple>
<tuple>
......
......@@ -160,7 +160,7 @@
<string>Location</string>
</tuple>
<tuple>
<string>resource_title</string>
<string>resource__translated__title</string>
<string>Support Request Type</string>
</tuple>
<tuple>
......@@ -235,7 +235,7 @@
<string>Reference</string>
</tuple>
<tuple>
<string>resource_title</string>
<string>resource__translated__title</string>
<string>Support Request Type</string>
</tuple>
<tuple>
......
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