We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(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" },
The text was updated successfully, but these errors were encountered:
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.
ctime
mtime
Sorry, something went wrong.
No branches or pull requests
(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:
The text was updated successfully, but these errors were encountered: