terminal42 / contao-conditionalselectmenu

A Contao select menu widget which display options conditionally depending on another (conditional) select menu.
MIT License
6 stars 5 forks source link

Conditionalselect + Isotope #5

Closed valentin- closed 10 years ago

valentin- commented 10 years ago

Hi,

in der Adressverwaltung (Isotope) wird das Array für das Conditionalselect nicht richtig aufbereitet.

FormConditionalSelectMenu.php, Zeile 50

Da sich die der Key "group" nicht in $this->arrOptions[0], sondern in $this->arrOptions[1] werden die Optionen nicht richtig generiert.

bildschirmfoto 2014-09-19 um 08 18 03

FIX: if ($this->arrOptions[0]['group'] || $this->arrOptions[1]['group'])

MfG

aschempp commented 10 years ago

This should already be fixed in 3.0.0