mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 02:14:45 +01:00
Make sure the edit_series javascript function is loaded after getrows in calendar list view
This commit is contained in:
parent
3e5701b92a
commit
9316a880ab
@ -187,9 +187,6 @@ class calendar_uilist extends calendar_ui
|
||||
|
||||
$html = $etpl->exec('calendar.calendar_uilist.listview',$content,$sel_options,$readonlys,'',$home ? -1 : 0);
|
||||
|
||||
// Not sure why this has to be echoed instead of appended, but that's what works.
|
||||
echo calendar_uiviews::edit_series();
|
||||
|
||||
return $html;
|
||||
}
|
||||
|
||||
@ -483,6 +480,10 @@ class calendar_uilist extends calendar_ui
|
||||
{
|
||||
$params['options-selectcols']['pm_id'] = false;
|
||||
}
|
||||
|
||||
// Not sure why this has to be echoed instead of appended, but that's what works.
|
||||
echo calendar_uiviews::edit_series();
|
||||
|
||||
//_debug_array($rows);
|
||||
return $this->bo->total;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user