Update available attribute options

Ensure that available attributes can be updated after each attribute selection.

Fixes https://github.com/woocommerce/woocommerce/issues/12817
This commit is contained in:
Caleb Burks 2017-01-15 03:17:03 -05:00
parent 366011ab20
commit b5991c417c
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@
} }
} }
} else { } else {
form.$form.trigger( 'update_variation_values' );
form.$form.trigger( 'reset_data' ); form.$form.trigger( 'reset_data' );
} }