View Issue Details

IDProjectCategoryView StatusLast Update
0006440Flow themeThemepublic2024-03-20 08:54
Reportercesnauskast Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version1.0.0-beta 
Fixed in Version2.3.2 
Summary0006440: wrong selections behavior on details page?
DescriptionOn details page each selection change forces submit form?!

build/js/main.js line 230

var $oSelectionLists = $( '.selectorsBox' ); //this includes all selections!!!!

should be?

var $oSelectionLists = $( '#variants' );
TagsNo tags attached.