1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/controllers
Kevin Ansfield d4ca5ced75 Don't share errors and hasValidated references between validator instances
no issue
- ensure that each validator instance gets it's own `errors` and `hasValidated` objects
- updates some uses of `ValidationEngine` that were relying on side-effects of the unintended reference sharing
- fixes issue with add subscriber modal displaying an error state after opening if it previously had errors when closing
2016-04-25 10:56:11 +01:00
..
editor Refactor modals 2016-01-12 20:53:08 +00:00
settings Don't share errors and hasValidated references between validator instances 2016-04-25 10:56:11 +01:00
setup cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
team Don't share errors and hasValidated references between validator instances 2016-04-25 10:56:11 +01:00
about.js Always show current year in copyright text on "About" page 2016-01-25 11:33:10 +00:00
application.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
error.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
feature.js Always call _super when using Ember hooks 2015-11-30 12:45:37 +00:00
post-settings-menu.js Merge pull request #6651 from kevinansfield/uploader-js-must-die 2016-04-14 16:57:57 +01:00
posts.js Load more posts after post deletion 2016-02-09 09:08:31 -07:00
reset.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
setup.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
signin.js Correctly use POST request to reset password 2016-02-02 12:58:39 +01:00
signup.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00