Commit c5be71ee authored by Bartek Górny's avatar Bartek Górny

no dates - not this way, it should be handled by search string

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10640 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c72874dd
...@@ -75,8 +75,6 @@ ...@@ -75,8 +75,6 @@
<value> <value>
<list> <list>
<string>SearchableText</string> <string>SearchableText</string>
<string>search_mode</string>
<string>mine</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -88,6 +86,8 @@ ...@@ -88,6 +86,8 @@
<string>creation_to</string> <string>creation_to</string>
<string>modification_from</string> <string>modification_from</string>
<string>modification_to</string> <string>modification_to</string>
<string>search_mode</string>
<string>mine</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -267,7 +267,7 @@ ...@@ -267,7 +267,7 @@
</item> </item>
<item> <item>
<key> <string>enabled</string> </key> <key> <string>enabled</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>end_datetime</string> </key> <key> <string>end_datetime</string> </key>
...@@ -283,6 +283,14 @@ ...@@ -283,6 +283,14 @@
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item>
<key> <string>hidden_day_is_last_day</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>hide_day</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>input_order</string> </key> <key> <string>input_order</string> </key>
<value> <string>ymd</string> </value> <value> <string>ymd</string> </value>
......
...@@ -267,7 +267,7 @@ ...@@ -267,7 +267,7 @@
</item> </item>
<item> <item>
<key> <string>enabled</string> </key> <key> <string>enabled</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>end_datetime</string> </key> <key> <string>end_datetime</string> </key>
...@@ -283,6 +283,14 @@ ...@@ -283,6 +283,14 @@
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item>
<key> <string>hidden_day_is_last_day</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>hide_day</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>input_order</string> </key> <key> <string>input_order</string> </key>
<value> <string>ymd</string> </value> <value> <string>ymd</string> </value>
......
...@@ -267,7 +267,7 @@ ...@@ -267,7 +267,7 @@
</item> </item>
<item> <item>
<key> <string>enabled</string> </key> <key> <string>enabled</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>end_datetime</string> </key> <key> <string>end_datetime</string> </key>
...@@ -283,6 +283,14 @@ ...@@ -283,6 +283,14 @@
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item>
<key> <string>hidden_day_is_last_day</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>hide_day</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>input_order</string> </key> <key> <string>input_order</string> </key>
<value> <string>ymd</string> </value> <value> <string>ymd</string> </value>
......
...@@ -267,7 +267,7 @@ ...@@ -267,7 +267,7 @@
</item> </item>
<item> <item>
<key> <string>enabled</string> </key> <key> <string>enabled</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>end_datetime</string> </key> <key> <string>end_datetime</string> </key>
...@@ -283,6 +283,14 @@ ...@@ -283,6 +283,14 @@
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item>
<key> <string>hidden_day_is_last_day</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>hide_day</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>input_order</string> </key> <key> <string>input_order</string> </key>
<value> <string>ymd</string> </value> <value> <string>ymd</string> </value>
......
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