MOBILE-3833 database: Fix log view not called when not open
parent
e0309cf320
commit
05ffa6f807
|
@ -243,6 +243,8 @@ export class AddonModDataIndexComponent extends CoreCourseModuleMainActivityComp
|
|||
|
||||
this.isEmpty = true;
|
||||
this.groupInfo = undefined;
|
||||
|
||||
return;
|
||||
} else {
|
||||
canSearch = true;
|
||||
canAdd = this.access.canaddentry;
|
||||
|
|
Loading…
Reference in New Issue