0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-05 18:46:18 +08:00
discourse/plugins/discourse-subscriptions/test/javascripts/unit
Arpit Jalan e1f6e8ca93
FIX: preserve unconfigured products state in discourse-subscriptions (#40636)
Previously, the products admin route wrapped every response from
`AdminProduct.findAll()` in a tracked array, which broke the
unconfigured state returned when Stripe was not fully configured.

This change preserves the model returned by `AdminProduct.findAll()` and
updates product deletion by replacing the product list, allowing the
admin page to render its setup guidance.
2026-06-09 11:42:50 +05:30
..
controllers FIX: Use signed checkout user references in discourse-subscriptions (#40058) 2026-05-28 22:19:56 +05:30
helpers
models
routes/admin-plugins/discourse-subscriptions/products FIX: preserve unconfigured products state in discourse-subscriptions (#40636) 2026-06-09 11:42:50 +05:30