Commit 68adfe19 authored by Aurel's avatar Aurel

fix related key for translated simulation state title


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5921 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 08bc5320
......@@ -55,7 +55,7 @@
<item type="str">stock_sectionCategory | category/category_uid/z_related_section_uid_from_stock</item>
<item type="str">subordination_title | category,catalog/title/z_related_subordination</item>
<item type="str">translated_portal_type | translation/translated_message/z_related_translated_portal_type</item>
<item type="str">translated_simulation_state | translation/translated_message/z_related_translated_simulation_state</item>
<item type="str">translated_simulation_state | translation/translated_message/z_related_translated_simulation_state_title</item>
<item type="str">translated_simulation_state_title | translation/translated_message/z_related_translated_simulation_state</item>
<item type="str">variationCategory | category/category_uid/z_related_uid</item>
<item type="str">parent_specialise_portal_type | category,catalog/portal_type/z_related_parent_specialise</item>
......
<dtml-comment>
title:
connection_id:erp5_sql_connection
max_rows:1000
max_cache:100
cache_time:0
class_name:
class_file:
</dtml-comment>
<params>table_0</params>
<dtml-var table_0>.original_message = catalog.simulation_state
AND <dtml-var table_0>.message_context = "simulation_state_title"
AND <dtml-var table_0>.language = <dtml-sqlvar "Localizer.get_selected_language()" type="string">
\ No newline at end of file
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