Commit 0c5ead48 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* Make it possible to sort/search on Project Module view.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34421 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2af6583a
...@@ -117,11 +117,11 @@ ...@@ -117,11 +117,11 @@
<string>Supervisor</string> <string>Supervisor</string>
</tuple> </tuple>
<tuple> <tuple>
<string>start_date</string> <string>delivery.start_date</string>
<string>Begin Date</string> <string>Begin Date</string>
</tuple> </tuple>
<tuple> <tuple>
<string>stop_date</string> <string>delivery.stop_date</string>
<string>End Date</string> <string>End Date</string>
</tuple> </tuple>
<tuple> <tuple>
...@@ -140,11 +140,11 @@ ...@@ -140,11 +140,11 @@
<value> <value>
<list> <list>
<tuple> <tuple>
<string>start_date</string> <string>delivery.start_date</string>
<string>Begin Date</string> <string>Begin Date</string>
</tuple> </tuple>
<tuple> <tuple>
<string>stop_date</string> <string>delivery.stop_date</string>
<string>End Date</string> <string>End Date</string>
</tuple> </tuple>
</list> </list>
...@@ -190,11 +190,11 @@ ...@@ -190,11 +190,11 @@
<string>Supervisor</string> <string>Supervisor</string>
</tuple> </tuple>
<tuple> <tuple>
<string>start_date</string> <string>delivery.start_date</string>
<string>Begin Date</string> <string>Begin Date</string>
</tuple> </tuple>
<tuple> <tuple>
<string>stop_date</string> <string>delivery.stop_date</string>
<string>End Date</string> <string>End Date</string>
</tuple> </tuple>
<tuple> <tuple>
......
2010-04-09 kazuhiko 2010-04-09 kazuhiko
* Make it possible to sort/search on Project Module view.
* Allow Assignor to update validated Projects. * Allow Assignor to update validated Projects.
2010-03-17 tatuya 2010-03-17 tatuya
......
758 759
\ 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