We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d88eb commit 3a56fa0Copy full SHA for 3a56fa0
src/addon/mod/glossary/pages/edit/edit.ts
@@ -88,6 +88,7 @@ export class AddonModGlossaryEditPage implements OnInit {
88
if (entry) {
89
this.entry.concept = entry.concept || '';
90
this.entry.definition = entry.definition || '';
91
+ this.entry.timecreated = entry.timecreated || 0;
92
93
this.originalData = {
94
concept: this.entry.concept,
0 commit comments