mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
* Calendar: moving an event series is not preserving participants (gave error there are not participants)
This commit is contained in:
parent
54b8d92514
commit
9240fe6970
@ -241,7 +241,7 @@ class calendar_uiforms extends calendar_ui
|
||||
unset($event['alarm']['delete_alarm']);
|
||||
unset($event['duration']);
|
||||
|
||||
if (in_array($button,array('ignore','freetime','reedit')))
|
||||
if (in_array($button,array('ignore','freetime','reedit','confirm_edit_series')))
|
||||
{
|
||||
// no conversation necessary, event is already in the right format
|
||||
}
|
||||
|
@ -96,7 +96,7 @@ copy this event calendar de Kopiert diesen Termin
|
||||
copy your changes to the clipboard, %1reload the entry%2 and merge them. calendar de Kopieren Sie ihre Änderungen in die Zwischenablage, %1laden den Eintrag neu%2 und fügen diese wieder ein.
|
||||
countries calendar de Länder
|
||||
country calendar de Land
|
||||
create a new series calendar de Neu Serie anlegen
|
||||
create a new series calendar de Neue Serie anlegen
|
||||
create an exception for the given date calendar de Erzeugt eine Ausnahme am angegebenen Datum
|
||||
create exception calendar de Ausnahme erzeugen
|
||||
create new links calendar de Neue Verknüpfung erstellen
|
||||
|
Loading…
Reference in New Issue
Block a user