##// END OF EJS Templates
Backport PR #8127: update last_modified on rename...
Min RK -
Show More
@@ -2084,6 +2084,7 b' define(function (require) {'
2084 2084 function (json) {
2085 2085 that.notebook_name = json.name;
2086 2086 that.notebook_path = json.path;
2087 that.last_modified = new Date(json.last_modified);
2087 2088 that.session.rename_notebook(json.path);
2088 2089 that.events.trigger('notebook_renamed.Notebook', json);
2089 2090 }
General Comments 0
You need to be logged in to leave comments. Login now