?
avatar DeathMark
DeathMark
18 May 2015

In file: libraries/joomla/form/field.php line 913

$showon   = explode(':', $showon, 2);
$options['class'] .= ' showon_' . implode(' showon_', explode(',', $showon[1]));
$id = $this->getName($showon[0]);
$options['rel'] = ' rel="showon_' . $id . '"';
$options['showonEnabled'] = true;

If field has attribute multiple="true". $id will be added "[]" at the end, so this showon doesn't work correctly.

avatar DeathMark DeathMark - open - 18 May 2015
avatar zero-24 zero-24 - change - 18 May 2015
The description was changed
Labels Added: ?
avatar Fedik
Fedik - comment - 18 May 2015

it already fixed for next Joomla 3.4.2 see #6539

avatar zero-24
zero-24 - comment - 18 May 2015

Thanks for the update @Fedik I' closing here as it will be fixed with the next Update.

avatar zero-24 zero-24 - change - 18 May 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-05-18 11:06:14
Closed_By zero-24
avatar zero-24 zero-24 - close - 18 May 2015

Add a Comment

Login with GitHub to post a comment