mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
fix lost owner
This commit is contained in:
parent
656c155951
commit
737311d829
@ -2331,7 +2331,7 @@ class calendar_uiforms extends calendar_ui
|
||||
else
|
||||
{
|
||||
// keep all EGroupware only values of existing events plus alarms
|
||||
unset($event['alarm'], $event['organizer']);
|
||||
unset($event['alarm'], $event['owner']);
|
||||
$event = array_merge($event['old'], $event);
|
||||
}
|
||||
unset($event['old']);
|
||||
|
@ -31,7 +31,7 @@
|
||||
<button label="Accept" id="button[accept]" class="leftPad5" background_image="true" image="calendar/accepted"/>
|
||||
<button label="Tentative" id="button[tentativ]" class="leftPad5" background_image="true" image="calendar/tentative"/>
|
||||
<button label="Reject" id="button[reject]" class="leftPad5" background_image="true" image="calendar/rejected"/>
|
||||
<button statustext="Edit event in calendar" label="Edit" id="button[edit]" background_image="true" image="edit" hideOnReadonly="true"
|
||||
<buttononly statustext="Edit event in calendar" label="Edit" id="button[edit]" background_image="true" image="edit" hideOnReadonly="true"
|
||||
onclick="window.open(egw::link('/index.php','menuaction=calendar.calendar_uiforms.edit&cal_id=$cont[id]'),'_blank','dependent=yes,width=750,height=410,scrollbars=yes,status=yes'); return false;" class="leftPad5"/>
|
||||
</hbox>
|
||||
<description id="error" class="meetingRequestError" align="right"/>
|
||||
|
Loading…
Reference in New Issue
Block a user