0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core
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
..
client PSM: Reset 'Published Date' 2014-12-01 11:57:47 -08:00
server Merge pull request #4554 from sebgie/issue#3872 2014-12-01 16:56:14 +00:00
shared Generate sitemap files 2014-11-30 10:49:45 -08:00
test Merge pull request #4554 from sebgie/issue#3872 2014-12-01 16:56:14 +00:00
index.js