0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/apps/admin-x-settings/test/acceptance
Ronald Langeveld 375be17737 🐛 Fixed free tier not updating in Portal settings (#18705)
refs https://ghost.slack.com/archives/CTH5NDJMS/p1697741715839159

- the visibility property of the tier wasn't toggled when updating the
settings in the Portal settings.
---

<!-- Leave the line below if you'd like GitHub Copilot to generate a
summary from your commit -->
<!--
copilot:summary
-->
### <samp>🤖 Generated by Copilot at af531a8</samp>

This pull request adds support for free tier visibility in the
membership portal settings, and refactors the components and tests to
use the new `allTiers` API data. It updates the `PortalModal` and
`SignupOptions` components, and the `portal.test.ts` and `acceptance.ts`
files.
2023-10-20 12:25:28 +01:00
..
advanced Fixed splitting string into characters (#18480) 2023-10-09 09:07:34 +01:00
email Improved AdminX test coverage based on old admin tests (#18502) 2023-10-06 10:06:05 +01:00
general Fixed splitting string into characters (#18480) 2023-10-09 09:07:34 +01:00
membership 🐛 Fixed free tier not updating in Portal settings (#18705) 2023-10-20 12:25:28 +01:00
site Renamed reason to description in recommendations table (#18527) 2023-10-09 11:19:44 -03:00
layout.test.ts Improved AdminX test coverage based on old admin tests (#18502) 2023-10-06 10:06:05 +01:00
permissions.test.ts Improved AdminX test coverage based on old admin tests (#18502) 2023-10-06 10:06:05 +01:00
search.test.ts