mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Fix delete calendar entry via context menu from calendar listview
This commit is contained in:
parent
5309f81e64
commit
abe0be565d
@ -439,7 +439,7 @@ app.classes.calendar = AppJS.extend(
|
||||
}
|
||||
|
||||
console.log(_action);
|
||||
nm_action(_action, _senders, null, {ids: []});
|
||||
nm_action(_action, _senders);
|
||||
|
||||
_action.data = backup; // restore url, width, height, nm_action
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user