You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When viewing a specific subscription (e.g. /admin/commerce/subscriptions/XXX), only the first tab of the "Subscription Fields" field layout is shown. This is evidenced by the code: https://github.com/craftcms/commerce/blob/develop/src/templates/subscriptions/_edit.html#L33 . Obviously, all tabs should be shown on the subscription details, unless there is some critical reason for this behavior.
Additional info
Although likely unrelated, it may be important to note these subscriptions were created with the Stripe gateway.
Craft version: 3.1.20.1
PHP version: 7.3.3
Database driver & version: MariaDB 10.1.38
Plugins & versions: Stripe for Commerce
The text was updated successfully, but these errors were encountered:
Description
When viewing a specific subscription (e.g. /admin/commerce/subscriptions/XXX), only the first tab of the "Subscription Fields" field layout is shown. This is evidenced by the code: https://github.com/craftcms/commerce/blob/develop/src/templates/subscriptions/_edit.html#L33 . Obviously, all tabs should be shown on the subscription details, unless there is some critical reason for this behavior.
Additional info
Although likely unrelated, it may be important to note these subscriptions were created with the Stripe gateway.
The text was updated successfully, but these errors were encountered: