From 05ffa6f80768105c5d75c81016f93f57b55b2d3e Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Wed, 23 Mar 2022 12:59:53 +0100 Subject: [PATCH] MOBILE-3833 database: Fix log view not called when not open --- src/addons/mod/data/components/index/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/addons/mod/data/components/index/index.ts b/src/addons/mod/data/components/index/index.ts index 164be2986..4708f24c7 100644 --- a/src/addons/mod/data/components/index/index.ts +++ b/src/addons/mod/data/components/index/index.ts @@ -243,6 +243,8 @@ export class AddonModDataIndexComponent extends CoreCourseModuleMainActivityComp this.isEmpty = true; this.groupInfo = undefined; + + return; } else { canSearch = true; canAdd = this.access.canaddentry;