Ghost/ghost/admin/app/templates/settings/integrations
Kevin Ansfield 3ee0c3ff53 Fixed duplicate top-level properties after native class codemod
refs https://github.com/TryGhost/Ghost/issues/14101
refs https://github.com/TryGhost/Admin/pull/2256

Before migrating to native classes we had a number of controllers/components that had an `.actions.foo` action and a `.foo` task. The automated migration to native classes didn't take that into account and we've ended up with duplicate top-level property names. These duplicates are confusing and can potentially lead to errors or unexpected behaviour, they'll also be flagged as linter errors when we bump our eslint version.

- switched tasks with matching action names to `.actionTask` naming scheme
2022-02-10 10:20:03 +00:00
..
amp-loading.hbs Added Integrations as a subpage of Settings 2021-10-18 14:47:59 +02:00
amp.hbs Fixed duplicate top-level properties after native class codemod 2022-02-10 10:20:03 +00:00
firstpromoter.hbs Fixed duplicate top-level properties after native class codemod 2022-02-10 10:20:03 +00:00
slack-loading.hbs Added Integrations as a subpage of Settings 2021-10-18 14:47:59 +02:00
slack.hbs Fixed duplicate top-level properties after native class codemod 2022-02-10 10:20:03 +00:00
unsplash-loading.hbs Added Integrations as a subpage of Settings 2021-10-18 14:47:59 +02:00
unsplash.hbs Fixed duplicate top-level properties after native class codemod 2022-02-10 10:20:03 +00:00
zapier.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00