0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/routes/editor
Felix Rieseberg 4bc5f91efc PSM: Reset 'Published Date'
Closes #4557
- The underlying issue is that the PSM is already loaded when Ember
routes from an existing post to a new post. Instead of resetting the
‘Published Date’ value manually (with jQuery), I’m using Ember’s
computed property setter to ‘refresh’ the cache for that property. I
believe that this Ember solution is better than manually going in and
resetting it with jQuery.
2014-12-01 11:57:47 -08:00
..
edit.js Merge pull request #4522 from felixrieseberg/iss4487 2014-11-28 19:06:44 +00:00
index.js Refactored Editor Routing 2014-06-11 12:18:44 -06:00
new.js PSM: Reset 'Published Date' 2014-12-01 11:57:47 -08:00