0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/test
Matt Enlow 58b635203c Remove minor notifications; Close persistent notifications even on error
Closes #3105, Closes #3175

- Removed notification on successful post's `page` status change
- Removed notification on successful post `featured` status change
- Added `closePassive()` notifications on error in the post-settings-menu
- Persistent notifications will close whether their `DELETE` request was
  successful or not.

 #### Misc
- Added `name` attribute to `post-setting-menu.hbs` inputs to facilitate testing
- Removed `return <Promise>` from action in `PostSettingsMenuController`. Actions should only return `true`
- Toggling `post.featured` won't fire NProgress.
2014-07-15 09:03:18 -06:00
..
functional Remove minor notifications; Close persistent notifications even on error 2014-07-15 09:03:18 -06:00
integration Fix validations on user settings page 2014-07-14 18:12:57 +00:00
unit Turn on update notifications for Ember admin 2014-07-11 15:02:26 +00:00
utils Fix handling of async db calls in fixtures 2014-07-11 02:39:06 +00:00
blanket_coverage.js Replace the old admin with the ember admin 2014-07-01 08:33:17 +01:00