mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Removed archived Tiers from Portal display
refs https://github.com/TryGhost/Team/issues/1252 In order to ensure that archived Tiers are not selected to be shown in Portal, both after they archived, and after they've been un-archived - we need to persist this information to storage. This is currently done via the `portal_products` setting. The reasoning behind this is so that un-archiving a Tier doesn't modify Portal settings without the user being aware.
This commit is contained in:
parent
db4da54265
commit
3ff3da1d99
2 changed files with 5 additions and 5 deletions
|
@ -80,7 +80,7 @@
|
|||
"@tryghost/limit-service": "1.0.9",
|
||||
"@tryghost/logging": "2.0.1",
|
||||
"@tryghost/magic-link": "1.0.15",
|
||||
"@tryghost/members-api": "4.6.0",
|
||||
"@tryghost/members-api": "4.7.0",
|
||||
"@tryghost/members-csv": "1.2.3",
|
||||
"@tryghost/members-importer": "0.4.1",
|
||||
"@tryghost/members-offers": "0.10.5",
|
||||
|
|
|
@ -1454,10 +1454,10 @@
|
|||
"@tryghost/domain-events" "^0.1.6"
|
||||
"@tryghost/member-events" "^0.3.3"
|
||||
|
||||
"@tryghost/members-api@4.6.0":
|
||||
version "4.6.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-4.6.0.tgz#d8d5e5129d7fcf33acf291f02f24ca1138123c67"
|
||||
integrity sha512-tNJGpckkjY+bcn76u4qMZVtKkZWgXqlK2UPX0x0M3hHOAbrsT+OMn/HdTM2FINvUXcSF9EH0clnA/EN7nrUlmA==
|
||||
"@tryghost/members-api@4.7.0":
|
||||
version "4.7.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-4.7.0.tgz#faddc5db89f83e100b13d1c29a766695dcf67329"
|
||||
integrity sha512-hMX9kWO42Z+VY8OJ6sFeZ9YZTsp5Kajq+tjidErBRtC8vrCK2ocdXrT75bY0eFSWrXw/nnTPElIC4zCkt+53UA==
|
||||
dependencies:
|
||||
"@nexes/nql" "^0.6.0"
|
||||
"@tryghost/debug" "^0.1.2"
|
||||
|
|
Loading…
Add table
Reference in a new issue