Ghost-Admin/app/controllers/settings/integration/webhooks
Kevin Ansfield f884eb891d 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
..
edit.js Fixed sticky validation errors when editing webhooks 2018-11-13 11:40:24 +00:00
new.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00