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 +7
-1
lines changed
lib/modules/dosomething/dosomething_reportback Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ features[user_permission][] = view any reportback
2121features[user_permission][] = view own reportback
2222features[views_view][] = reportback_files
2323files[] = dosomething_reportback.test
24- mtime = 1456349377
24+ mtime = 1456349880
Original file line number Diff line number Diff line change @@ -530,6 +530,12 @@ function dosomething_reportback_views_default_views() {
530530 $ handler ->display ->display_options ['arguments ' ]['tid ' ]['summary ' ]['number_of_records ' ] = '0 ' ;
531531 $ handler ->display ->display_options ['arguments ' ]['tid ' ]['summary ' ]['format ' ] = 'default_summary ' ;
532532 $ handler ->display ->display_options ['arguments ' ]['tid ' ]['summary_options ' ]['items_per_page ' ] = '25 ' ;
533+ $ handler ->display ->display_options ['arguments ' ]['tid ' ]['specify_validation ' ] = TRUE ;
534+ $ handler ->display ->display_options ['arguments ' ]['tid ' ]['validate ' ]['type ' ] = 'taxonomy_term ' ;
535+ $ handler ->display ->display_options ['arguments ' ]['tid ' ]['validate_options ' ]['vocabularies ' ] = array (
536+ 'cause ' => 'cause ' ,
537+ 'issue ' => 'issue ' ,
538+ );
533539 $ handler ->display ->display_options ['path ' ] = 'taxonomy/term/%/rb/reviewed ' ;
534540 $ handler ->display ->display_options ['menu ' ]['type ' ] = 'tab ' ;
535541 $ handler ->display ->display_options ['menu ' ]['title ' ] = 'Reviewed ' ;
You can’t perform that action at this time.
0 commit comments