Clean the filters for lists linked by SuiteDesk nodes shortcuts
This commit is contained in:
parent
1371a4bec5
commit
c3e1439b06
11 changed files with 85 additions and 34 deletions
|
@ -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);
|
||||
|
||||
|
|
Reference in a new issue