mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 10:21:36 +03:00
b9dd9f066d
closes: https://github.com/TryGhost/Ghost/issues/15470 - When multiple browser tabs are open, each manipulate a different copy of ember data model, changes to the model in one tab are not reflected in the model of the other tab. - When updating some settings, all current settings were sent to the API. - As a result, when updating two different categories of settings (navigation/code inspection) in different tabs, the second update was overriding the first one. - From a user perspective, this is not a natural behaviour. Only settings visible on-screen when clicking save should be modified. Co-authored-by: Kevin Ansfield <kevin@lookingsideways.co.uk> |
||
---|---|---|
.. | ||
__snapshots__ | ||
authentication.test.js | ||
db.test.js | ||
identities.test.js | ||
images.test.js | ||
members-importer.test.js | ||
members-signin-url.test.js | ||
notifications.test.js | ||
pages.test.js | ||
posts.test.js | ||
redirects.test.js | ||
schedules.test.js | ||
settings.test.js | ||
slack.test.js | ||
update-user-last-seen.test.js | ||
users.test.js | ||
utils.js | ||
webhooks.test.js |