Ghost/ghost/admin/app/routes
Kevin Ansfield 065182c586 Fixed sticky validation errors when editing webhooks
refs https://github.com/TryGhost/Ghost/issues/10137
- when closing the edit webhook modal we were rolling back the changed attributes of the webhook model but not clearing the errors object which meant a validation error was shown when re-opening the edit webhook modal
- add `reset()` method to the webhook edit controller and call that when leaving the edit route instead of only rolling back the changed attributes
2018-11-13 11:40:24 +00:00
..
editor Use filter instead of status and staticPages params for post queries (#1025) 2018-07-20 11:57:53 +01:00
settings Fixed sticky validation errors when editing webhooks 2018-11-13 11:40:24 +00:00
setup Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
subscribers ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
team Resolve ember-infinity InfinityRoute deprecation 2018-07-02 14:57:41 +01:00
about.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
application.js Use Admin API v2 with session auth (#1046) 2018-10-05 19:46:33 +01:00
authenticated.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
editor.js Remove Koenig references from unsupported client errors 2018-08-22 17:38:37 +01:00
error404.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
posts.js Use filter instead of status and staticPages params for post queries (#1025) 2018-07-20 11:57:53 +01:00
reset.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
setup.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
signin.js Fixed tests 2018-05-08 12:35:42 +01:00
signout.js Use Admin API v2 with session auth (#1046) 2018-10-05 19:46:33 +01:00
signup.js Fixed submit-on-enter and password manager issues on signup 2018-09-17 16:03:58 +01:00
subscribers.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00