Closed valentin- closed 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.
FIX: if ($this->arrOptions[0]['group'] || $this->arrOptions[1]['group'])
MfG
This should already be fixed in 3.0.0
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.
FIX: if ($this->arrOptions[0]['group'] || $this->arrOptions[1]['group'])
MfG