Skip to content
Snippets Groups Projects
Commit 30c545e4 authored by Sascha Grossenbacher's avatar Sascha Grossenbacher
Browse files

Issue #1532478 by Berdir: Changed source language filter in node source...

Issue #1532478 by Berdir: Changed source language filter in node source overview to optional without default value to display all nodes by default.
parent 61fadbe9
No related branches found
No related tags found
No related merge requests found
......@@ -307,16 +307,12 @@ $handler->display->display_options['filters']['language']['group'] = 1;
$handler->display->display_options['filters']['language_1']['id'] = 'language_1';
$handler->display->display_options['filters']['language_1']['table'] = 'node';
$handler->display->display_options['filters']['language_1']['field'] = 'language';
$handler->display->display_options['filters']['language_1']['value'] = array(
'***DEFAULT_LANGUAGE***' => '***DEFAULT_LANGUAGE***',
);
$handler->display->display_options['filters']['language_1']['group'] = 1;
$handler->display->display_options['filters']['language_1']['exposed'] = TRUE;
$handler->display->display_options['filters']['language_1']['expose']['operator_id'] = 'language_1_op';
$handler->display->display_options['filters']['language_1']['expose']['label'] = 'Source Language';
$handler->display->display_options['filters']['language_1']['expose']['operator'] = 'language_1_op';
$handler->display->display_options['filters']['language_1']['expose']['identifier'] = 'language_1';
$handler->display->display_options['filters']['language_1']['expose']['required'] = 1;
$handler->display->display_options['filters']['language_1']['expose']['reduce'] = 0;
/* Display: Page */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment