Commit 60693345 authored by Tatuya Kamada's avatar Tatuya Kamada

2009-08-19 tatuya

* Fix listbox source_title column name for Ticket  from 'Handler' to 'Operations Manager'. In ticket, the word 'Handler ' is not used already.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28455 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 97955c85
......@@ -342,7 +342,7 @@
</tuple>
<tuple>
<string>source</string>
<string>Handler</string>
<string>Operations Manager</string>
</tuple>
<tuple>
<string>start_date</string>
......@@ -448,6 +448,10 @@
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>hide_rows_on_no_search_criterion</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>lines</string> </key>
<value> <int>20</int> </value>
......@@ -488,6 +492,10 @@
<key> <string>report_tree</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>row_css_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>search</string> </key>
<value> <int>0</int> </value>
......
......@@ -13,14 +13,14 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>title</string>
<string>lines</string>
<string>columns</string>
<string>all_columns</string>
<string>columns</string>
<string>editable_columns</string>
<string>lines</string>
<string>search_columns</string>
<string>sort_columns</string>
<string>selection_name</string>
<string>editable_columns</string>
<string>sort_columns</string>
<string>title</string>
</list>
</value>
</item>
......@@ -147,7 +147,7 @@
</tuple>
<tuple>
<string>source_title</string>
<string>Handler</string>
<string>Operations Manager</string>
</tuple>
<tuple>
<string>destination_title</string>
......@@ -236,7 +236,7 @@
</tuple>
<tuple>
<string>source_title</string>
<string>Handler</string>
<string>Operations Manager</string>
</tuple>
<tuple>
<string>delivery.start_date</string>
......@@ -318,7 +318,7 @@
</tuple>
<tuple>
<string>source_title</string>
<string>Handler</string>
<string>Operations Manager</string>
</tuple>
<tuple>
<string>destination_title</string>
......@@ -405,7 +405,7 @@
</tuple>
<tuple>
<string>source_title</string>
<string>Handler</string>
<string>Operations Manager</string>
</tuple>
<tuple>
<string>destination_title</string>
......
......@@ -346,7 +346,7 @@
</tuple>
<tuple>
<string>source</string>
<string>Handler</string>
<string>Operations Manager</string>
</tuple>
<tuple>
<string>start_date</string>
......@@ -436,6 +436,10 @@
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>hide_rows_on_no_search_criterion</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>lines</string> </key>
<value> <int>20</int> </value>
......@@ -476,6 +480,10 @@
<key> <string>report_tree</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>row_css_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>search</string> </key>
<value> <int>0</int> </value>
......
......@@ -342,7 +342,7 @@
</tuple>
<tuple>
<string>source</string>
<string>Handler</string>
<string>Operations Manager</string>
</tuple>
<tuple>
<string>source_decision</string>
......@@ -436,6 +436,10 @@
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>hide_rows_on_no_search_criterion</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>lines</string> </key>
<value> <int>20</int> </value>
......@@ -476,6 +480,10 @@
<key> <string>report_tree</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>row_css_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>search</string> </key>
<value> <int>0</int> </value>
......
......@@ -342,7 +342,7 @@
</tuple>
<tuple>
<string>source</string>
<string>Handler</string>
<string>Operations Manager</string>
</tuple>
<tuple>
<string>source_decision</string>
......@@ -436,6 +436,10 @@
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>hide_rows_on_no_search_criterion</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>lines</string> </key>
<value> <int>20</int> </value>
......@@ -476,6 +480,10 @@
<key> <string>report_tree</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>row_css_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>search</string> </key>
<value> <int>0</int> </value>
......
2009-08-19 tatuya
* Fix listbox source_title column name for Ticket from 'Handler' to 'Operations Manager'. In ticket, the word 'Handler ' is not used already.
2009-07-02 romain
* Revert latest proxy field library simplification, as the design was not finalized.
......
424
\ No newline at end of file
430
\ 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