Commit 1a7ed7d0 authored by Łukasz Nowak's avatar Łukasz Nowak

- make it possible to sort/search with bug's dates

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25236 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bad43047
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
<string>Requester</string> <string>Requester</string>
</tuple> </tuple>
<tuple> <tuple>
<string>start_date</string> <string>delivery.start_date</string>
<string>Date</string> <string>Date</string>
</tuple> </tuple>
<tuple> <tuple>
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
<string>Assignee</string> <string>Assignee</string>
</tuple> </tuple>
<tuple> <tuple>
<string>start_date</string> <string>delivery.start_date</string>
<string>Date</string> <string>Date</string>
</tuple> </tuple>
<tuple> <tuple>
...@@ -294,7 +294,7 @@ ...@@ -294,7 +294,7 @@
<string>Requester</string> <string>Requester</string>
</tuple> </tuple>
<tuple> <tuple>
<string>start_date</string> <string>delivery.start_date</string>
<string>Date</string> <string>Date</string>
</tuple> </tuple>
<tuple> <tuple>
...@@ -396,7 +396,7 @@ ...@@ -396,7 +396,7 @@
<string>Requester</string> <string>Requester</string>
</tuple> </tuple>
<tuple> <tuple>
<string>start_date</string> <string>delivery.start_date</string>
<string>Date</string> <string>Date</string>
</tuple> </tuple>
<tuple> <tuple>
......
437 438
\ 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