Clean the filters for lists linked by SuiteDesk nodes shortcuts

This commit is contained in:
Manuel Cillero 2017-09-05 21:27:33 +02:00
parent 1371a4bec5
commit c3e1439b06
11 changed files with 85 additions and 34 deletions

View file

@ -404,7 +404,7 @@ function theme_storm_link($source_module='', $destination_module='', $node_nid=0
$params = array();
}
else {
$params = array('query' => array($params_key => $node_nid));
$params = array('query' => array($params_key => $node_nid, 'view' => 'all'));
}
$v = l($list_text, $list_path, $params);