Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mfAll.js - creationTime replaced with null #232

Open
1u opened this issue Jun 1, 2016 · 1 comment
Open

mfAll.js - creationTime replaced with null #232

1u opened this issue Jun 1, 2016 · 1 comment
Labels
Milestone

Comments

@1u
Copy link
Contributor

1u commented Jun 1, 2016

(this is not new..) Is this done intentionally?

here's a part of our commit (Openki/Openki@f2f9e67) where we added new mfAll.js file:

@@ -15394,7 +15493,7 @@ mfPkg.syncAll({
     "course.edit.categories": {
       "_id": "3ZzKKLEndL6pdBXLH",
       "key": "course.edit.categories",
       "lang": "en",
       "text": "Categories:",
-      "ctime": "2015-12-24T00:01:14.000Z",
-      "mtime": "2015-12-24T00:01:14.000Z",
+      "ctime": null,
+      "mtime": 1463453680000,
       "revisionId": "zJhXqmN58ZnaKFYZY",
       "file": "client/views/courses/details/course.edit.html",
-      "line": 45,
+      "line": 70,
       "template": "course_edit"
     },
     "course.edit.description": {
@@ -15284,11 +15359,11 @@ mfPkg.syncAll({
       "key": "course.edit.description",
       "lang": "en",
       "text": "Description:",
-      "ctime": "2015-12-24T00:01:14.000Z",
-      "mtime": "2015-12-24T00:01:14.000Z",
+      "ctime": null,
+      "mtime": 1463453680000,
       "revisionId": "bokshs5gGGb6LosmH",
       "file": "client/views/courses/details/course.edit.html",
-      "line": 13,
+      "line": 22,
       "template": "course_edit"
     },
@gadicc
Copy link
Owner

gadicc commented Jun 6, 2016

That's a bug, but fortunately very low impact... I don't think we actually use the ctime anywhere... definitely not if the mtime exists also.

@gadicc gadicc added this to the v2 milestone Jun 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants