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> |
||
---|---|---|
.. | ||
action.js | ||
api-key.js | ||
application.js | ||
custom-theme-setting-list.js | ||
email.js | ||
integration.js | ||
invite.js | ||
label.js | ||
member.js | ||
newsletter.js | ||
notification.js | ||
page.js | ||
post.js | ||
role.js | ||
setting.js | ||
tag.js | ||
theme.js | ||
tier.js | ||
user.js | ||
webhook.js |