This repository was archived by the owner on Oct 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-18
lines changed
lib/modules/dosomething/dosomething_user Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -125,4 +125,4 @@ features[views_view][] = content_search
125125features[views_view][] = user_search
126126files[] = dosomething_user.test
127127files[] = includes/dosomething_user_remote.inc
128- mtime = 1417031986
128+ mtime = 1424716962
Original file line number Diff line number Diff line change @@ -200,22 +200,6 @@ function dosomething_user_views_default_views() {
200200 9 => 0 ,
201201 10 => 0 ,
202202 );
203- /* Filter criterion: Content: Has new content */
204- $ handler ->display ->display_options ['filters ' ]['timestamp ' ]['id ' ] = 'timestamp ' ;
205- $ handler ->display ->display_options ['filters ' ]['timestamp ' ]['table ' ] = 'history ' ;
206- $ handler ->display ->display_options ['filters ' ]['timestamp ' ]['field ' ] = 'timestamp ' ;
207- $ handler ->display ->display_options ['filters ' ]['timestamp ' ]['group ' ] = 1 ;
208- $ handler ->display ->display_options ['filters ' ]['timestamp ' ]['exposed ' ] = TRUE ;
209- $ handler ->display ->display_options ['filters ' ]['timestamp ' ]['expose ' ]['operator_id ' ] = '' ;
210- $ handler ->display ->display_options ['filters ' ]['timestamp ' ]['expose ' ]['label ' ] = 'Has new content ' ;
211- $ handler ->display ->display_options ['filters ' ]['timestamp ' ]['expose ' ]['operator ' ] = 'timestamp_op ' ;
212- $ handler ->display ->display_options ['filters ' ]['timestamp ' ]['expose ' ]['identifier ' ] = 'timestamp ' ;
213- $ handler ->display ->display_options ['filters ' ]['timestamp ' ]['expose ' ]['remember_roles ' ] = array (
214- 2 => 0 ,
215- 3 => '3 ' ,
216- 4 => '4 ' ,
217- 1 => 0 ,
218- );
219203
220204 /* Display: Page */
221205 $ handler = $ view ->new_display ('page ' , 'Page ' , 'page_1 ' );
@@ -250,7 +234,6 @@ function dosomething_user_views_default_views() {
250234 t ('Updated date ' ),
251235 t ('Published ' ),
252236 t ('Cause (field_cause) ' ),
253- t ('Has new content ' ),
254237 t ('Page ' ),
255238 );
256239 $ export ['content_search ' ] = $ view ;
You can’t perform that action at this time.
0 commit comments