forked from extern/egroupware
Api: Fix merge action files in subdirectories had their path as part of action caption instead of just the file name
This commit is contained in:
parent
3c7d18b8db
commit
17d4c2a869
@ -2607,7 +2607,7 @@ abstract class Merge
|
||||
$action_base,
|
||||
array(
|
||||
'icon' => Api\Vfs::mime_icon($file['mime']),
|
||||
'caption' => Api\Vfs::decodePath($file['name']),
|
||||
'caption' => Api\Vfs::decodePath(Api\Vfs::basename($file['name'])),
|
||||
'onExecute' => 'javaScript:app.' . $GLOBALS['egw_info']['flags']['currentapp'] . '.merge',
|
||||
'merge_data' => $edit_attributes
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user