mirror of
https://github.com/discourse/discourse.git
synced 2026-08-05 18:46:18 +08:00
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. |
||
|---|---|---|
| .. | ||
| controllers | ||
| helpers | ||
| models | ||
| routes/admin-plugins/discourse-subscriptions/products | ||