MOBILE-3039 glossary: Fix edit offline entry
This commit is contained in:
parent
a3d88eba4e
commit
3a56fa0e80
@ -88,6 +88,7 @@ export class AddonModGlossaryEditPage implements OnInit {
|
||||
if (entry) {
|
||||
this.entry.concept = entry.concept || '';
|
||||
this.entry.definition = entry.definition || '';
|
||||
this.entry.timecreated = entry.timecreated || 0;
|
||||
|
||||
this.originalData = {
|
||||
concept: this.entry.concept,
|
||||
|
Loading…
x
Reference in New Issue
Block a user