Commit ef91601c authored by Jérome Perrin's avatar Jérome Perrin

fix Ower -> Owner typo, add some more columns and remove searchable / sortable...

fix Ower -> Owner typo, add some more columns and remove searchable / sortable columns which are not

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27112 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4ddb42ce
...@@ -99,16 +99,32 @@ ...@@ -99,16 +99,32 @@
</tuple> </tuple>
<tuple> <tuple>
<string>Item_getCurrentOwnerTitle</string> <string>Item_getCurrentOwnerTitle</string>
<string>Ower</string> <string>Owner</string>
</tuple> </tuple>
<tuple> <tuple>
<string>Item_getCurrentSiteTitle</string> <string>Item_getCurrentSiteTitle</string>
<string>Site</string> <string>Site</string>
</tuple> </tuple>
<tuple>
<string>quantity</string>
<string>Quantity</string>
</tuple>
<tuple>
<string>quantity_unit_title</string>
<string>Quantity Unit</string>
</tuple>
<tuple> <tuple>
<string>translated_validation_state_title</string> <string>translated_validation_state_title</string>
<string>State</string> <string>State</string>
</tuple> </tuple>
<tuple>
<string>creation_date</string>
<string>Creation Date</string>
</tuple>
<tuple>
<string>modification_date</string>
<string>Modification Date</string>
</tuple>
</list> </list>
</value> </value>
</item> </item>
...@@ -136,7 +152,7 @@ ...@@ -136,7 +152,7 @@
</tuple> </tuple>
<tuple> <tuple>
<string>Item_getCurrentOwnerTitle</string> <string>Item_getCurrentOwnerTitle</string>
<string>Ower</string> <string>Owner</string>
</tuple> </tuple>
<tuple> <tuple>
<string>Item_getCurrentSiteTitle</string> <string>Item_getCurrentSiteTitle</string>
...@@ -185,20 +201,20 @@ ...@@ -185,20 +201,20 @@
<string>Reference</string> <string>Reference</string>
</tuple> </tuple>
<tuple> <tuple>
<string>Item_getResourceTitle</string> <string>translated_validation_state_title</string>
<string>Resource</string> <string>State</string>
</tuple> </tuple>
<tuple> <tuple>
<string>Item_getCurrentOwnerTitle</string> <string>quantity_unit_title</string>
<string>Ower</string> <string>Quantity Unit</string>
</tuple> </tuple>
<tuple> <tuple>
<string>Item_getCurrentSiteTitle</string> <string>creation_date</string>
<string>Site</string> <string>Creation Date</string>
</tuple> </tuple>
<tuple> <tuple>
<string>translated_validation_state_title</string> <string>modification_date</string>
<string>State</string> <string>Modification Date</string>
</tuple> </tuple>
</list> </list>
</value> </value>
...@@ -231,16 +247,20 @@ ...@@ -231,16 +247,20 @@
<string>Reference</string> <string>Reference</string>
</tuple> </tuple>
<tuple> <tuple>
<string>Item_getResourceTitle</string> <string>translated_validation_state_title</string>
<string>Resource</string> <string>State</string>
</tuple> </tuple>
<tuple> <tuple>
<string>Item_getCurrentOwnerTitle</string> <string>quantity_unit_title</string>
<string>Ower</string> <string>Quantity Unit</string>
</tuple> </tuple>
<tuple> <tuple>
<string>Item_getCurrentSiteTitle</string> <string>creation_date</string>
<string>Site</string> <string>Creation Date</string>
</tuple>
<tuple>
<string>modification_date</string>
<string>Modification Date</string>
</tuple> </tuple>
</list> </list>
</value> </value>
......
87 88
\ 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