mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
fix exception parameter was put on wrong case
This commit is contained in:
parent
2793ab44fd
commit
c9f1a28702
@ -475,11 +475,10 @@ app.classes.calendar = AppJS.extend(
|
||||
switch(_button_id)
|
||||
{
|
||||
case 'exception':
|
||||
that.egw.open(edit_id, 'calendar', 'edit', '&date='+edit_date);
|
||||
that.open_edit.call(that, false);
|
||||
that.egw.open(edit_id, 'calendar', 'edit', '&date='+edit_date+'&exception=1');
|
||||
break;
|
||||
case 'series':
|
||||
that.egw.open(edit_id, 'calendar', 'edit', '&date='+edit_date+'&exception=1');
|
||||
that.egw.open(edit_id, 'calendar', 'edit', '&date='+edit_date);
|
||||
break;
|
||||
case 'cancel':
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user