With current staging go to Content > Articles > Options and you will get this notice error:
Notice: Undefined property: stdClass::$showon in ...joomla37\administrator\components\com_config\view\component\tmpl\default.php on line 60
Labels |
Added:
?
|
Yes. it is related. Reverted that PR and the notice is gone. Didn't test that yesterday, sorry
@andrepereiradasilva Changes the code in this line https://github.com/joomla/joomla-cms/blob/staging/administrator/components/com_config/view/component/tmpl/default.php#L60 to
<?php if (!empty($fieldSet->showon)) : ?>
seems solve the issue
However, do we really need this block of code https://github.com/joomla/joomla-cms/blob/staging/administrator/components/com_config/view/component/tmpl/default.php#L60-L64 ? Are we support show on for fieldsets, too ?
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-01-06 14:41:17 |
Closed_By | ⇒ | jeckodevelopment |
@andrepereiradasilva Related to #13476?