mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
use show not view 4 links
This commit is contained in:
parent
ddd3abb719
commit
4603a28a8d
@ -76,10 +76,11 @@ class resources_hooks
|
||||
}
|
||||
function search_link($args)
|
||||
{
|
||||
return array( 'query' => 'resources.bo_resources.link_query',
|
||||
'title' => 'resources.bo_resources.link_title',
|
||||
'view' => array('menuaction' => 'resources.ui_resources.view'),
|
||||
'view_id' => 'id'
|
||||
return array(
|
||||
'query' => 'resources.bo_resources.link_query',
|
||||
'title' => 'resources.bo_resources.link_title',
|
||||
'view' => array('menuaction' => 'resources.ui_resources.show'),
|
||||
'view_id' => 'id'
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user