Skip to content

Commit 3a56fa0

Browse files
committed
MOBILE-3039 glossary: Fix edit offline entry
1 parent a3d88eb commit 3a56fa0

File tree

1 file changed

+1
-0
lines changed
  • src/addon/mod/glossary/pages/edit

1 file changed

+1
-0
lines changed

src/addon/mod/glossary/pages/edit/edit.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export class AddonModGlossaryEditPage implements OnInit {
8888
if (entry) {
8989
this.entry.concept = entry.concept || '';
9090
this.entry.definition = entry.definition || '';
91+
this.entry.timecreated = entry.timecreated || 0;
9192

9293
this.originalData = {
9394
concept: this.entry.concept,

0 commit comments

Comments
 (0)