Commit 99455b00 authored by Jérome Perrin's avatar Jérome Perrin

fix field names on Campaign_viewDetails

it was creating local properties
parent 2596103d
...@@ -104,8 +104,8 @@ ...@@ -104,8 +104,8 @@
<key> <string>left_outcome</string> </key> <key> <string>left_outcome</string> </key>
<value> <value>
<list> <list>
<string>my_default_outcome_quantity</string> <string>my_default_outcome_path_quantity</string>
<string>my_default_outcome_quantity_unit</string> <string>my_default_outcome_path_quantity_unit</string>
<string>my_default_outcome_path_resource_title</string> <string>my_default_outcome_path_resource_title</string>
</list> </list>
</value> </value>
...@@ -123,9 +123,9 @@ ...@@ -123,9 +123,9 @@
<key> <string>right_outcome</string> </key> <key> <string>right_outcome</string> </key>
<value> <value>
<list> <list>
<string>my_default_outcome_price</string> <string>my_default_outcome_path_price</string>
<string>my_default_outcome_price_currency</string> <string>my_default_outcome_path_price_currency</string>
<string>my_default_outcome_total_price</string> <string>my_default_outcome_path_total_price</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_default_outcome_price</string> </value> <value> <string>my_default_outcome_path_price</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_default_outcome_price_currency</string> </value> <value> <string>my_default_outcome_path_price_currency</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_default_outcome_quantity</string> </value> <value> <string>my_default_outcome_path_quantity</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_default_outcome_quantity_unit</string> </value> <value> <string>my_default_outcome_path_quantity_unit</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_default_outcome_total_price</string> </value> <value> <string>my_default_outcome_path_total_price</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
660 661
\ No newline at end of file \ 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