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 8c2f054b04 🐛 Fix save button showing "Retry" when user slug field loses focus (#834)
no issue
- the `updateSlug` task never returned a value if there was no change needed, this meant that giving the slug field focus then blurring it again caused the "Save" button to become red with "Retry" text
- always return true from `updateSlug` - this stops the button from showing "Retry" and will instead show "Saved" which is a little less confusing
2017-08-22 14:59:49 +07:00
..
editor Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
settings Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
setup Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
team 🐛 Fix save button showing "Retry" when user slug field loses focus (#834) 2017-08-22 14:59:49 +07:00
about.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
application.js Refactor general UI state into a service 2017-08-15 16:01:12 +01:00
error.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
posts-loading.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
posts.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
reset.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
setup.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
signin.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
signup.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
subscribers.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00