forked from extern/egroupware
Fix definition export
This commit is contained in:
parent
d58a25bbfc
commit
001d3176e1
@ -263,7 +263,8 @@ class importexport_definitions_ui
|
|||||||
'export' => array(
|
'export' => array(
|
||||||
'caption' => 'Export',
|
'caption' => 'Export',
|
||||||
'group' => $group,
|
'group' => $group,
|
||||||
'icon' => 'filesave'
|
'icon' => 'filesave',
|
||||||
|
'postSubmit' => true
|
||||||
),
|
),
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'caption' => 'Delete',
|
'caption' => 'Delete',
|
||||||
|
Loading…
Reference in New Issue
Block a user