Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ET-1531] Tickets Commerce - SelectWoo Asset Missing When TEC is Deactivated #2435

1 change: 1 addition & 0 deletions readme.txt
Expand Up @@ -193,6 +193,7 @@ Check out our extensive [knowledgebase](https://evnt.is/18wm) for articles on us
* Fix - Remove duplicate `Total Event Capacity` wording when ET+ is activated. [ET-1535]
* Enhancement - Sorting support added on Tickets Commerce Order report page Order, Email, Date, Status, and Total columns. [ET-1527]
* Enhancement - Unify CSS class names for many admin elements. [ET-1536]
* Fix - When using Event Tickets as a standalone plugin, the SelectWoo asset was not being properly loaded. [ET-1531]
* Enhancement - Add a `Currency Position` setting for Tickets Commerce. [ET-1534]
* Fix - Some CSS issues within the tickets block in the block editor. [ET-1530]
* Fix - The wrong `Ticket #` was being sent in attendee emails for Ticket Commerce tickets. [ET-1537]
Expand Down
6 changes: 5 additions & 1 deletion src/Tickets/Commerce/Assets.php
Expand Up @@ -33,7 +33,11 @@ public function register() {
$tickets_main,
'tribe-tickets-admin-commerce-settings',
'admin/tickets-commerce-settings.js',
[ 'jquery' ],
[
'jquery',
'tribe-dropdowns',
'tribe-select2',
],
'admin_enqueue_scripts'
);

Expand Down