MOBILE-3039 glossary: Fix edit offline entry

main
Dani Palou 2019-06-04 12:53:11 +02:00
parent 7e649138d7
commit 5f0eda1235
1 changed files with 1 additions and 0 deletions

View File

@ -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,