mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 16:38:22 +03:00
3ee0c3ff53
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 |
||
---|---|---|
.. | ||
design | ||
integration/webhooks | ||
integrations | ||
staff | ||
code-injection-loading.hbs | ||
code-injection.hbs | ||
general-loading.hbs | ||
general.hbs | ||
integration.hbs | ||
integrations.hbs | ||
labs-loading.hbs | ||
labs.hbs | ||
members-email.hbs | ||
membership.hbs | ||
navigation.hbs | ||
product.hbs | ||
products.hbs |