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.isEmpty = true;
|
||||||
this.groupInfo = undefined;
|
this.groupInfo = undefined;
|
||||||
|
|
||||||
|
return;
|
||||||
} else {
|
} else {
|
||||||
canSearch = true;
|
canSearch = true;
|
||||||
canAdd = this.access.canaddentry;
|
canAdd = this.access.canaddentry;
|
||||||
|
|
Loading…
Reference in New Issue