MOBILE-3833 database: Fix log view not called when not open

main
Dani Palou 2022-03-23 12:59:53 +01:00
parent e0309cf320
commit 05ffa6f807
1 changed files with 2 additions and 0 deletions

View File

@ -243,6 +243,8 @@ export class AddonModDataIndexComponent extends CoreCourseModuleMainActivityComp
this.isEmpty = true;
this.groupInfo = undefined;
return;
} else {
canSearch = true;
canAdd = this.access.canaddentry;