mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-24 06:14:20 +01:00
Calendar exception no longer needed
This commit is contained in:
parent
eb7e00a908
commit
a01a635d5b
@ -59,7 +59,6 @@ abstract class Extra
|
|||||||
// if we have real push available and a regular single-entry refresh of a push supporting app, no need to refresh
|
// if we have real push available and a regular single-entry refresh of a push supporting app, no need to refresh
|
||||||
if (!Json\Push::onlyFallback() &&
|
if (!Json\Push::onlyFallback() &&
|
||||||
!empty($type) && !empty($id) && // $type === null --> full reload
|
!empty($type) && !empty($id) && // $type === null --> full reload
|
||||||
$app !== 'calendar' && // calendar non-list views need refresh calls, even using push
|
|
||||||
Link::get_registry($app, 'push_data') !== null)
|
Link::get_registry($app, 'push_data') !== null)
|
||||||
{
|
{
|
||||||
$app = 'msg-only-push-refresh';
|
$app = 'msg-only-push-refresh';
|
||||||
|
Loading…
Reference in New Issue
Block a user