Labels |
Added:
?
|
I thought that this one ia a issue but.
You have to enable Content vote plugin
to see these options.
If you don't enable it you shouldn't see these messages but just nothing or maybe a hint that plugin is disabled.
Status | New | ⇒ | Discussion |
Category | ⇒ | com_content |
This is causing the issue: https://github.com/joomla/joomla-cms/blob/4.0-dev/layouts/joomla/form/field/radio.php#L75
Move this up to line 57, so it becomes:
<?php if (strpos(trim($class), 'switcher') !== false && !empty($options)) : ?>
and it will work
@Anu1601CS There's already a PR to split radio/switcher into 2 separate layouts. So I've asked Dimitris to do this in his current PR.
Ok Done! let Dimitris add this fix to his current PR.
@Anu1601CS #19296 is tested successfully by @astridx 15 Days ago.
@franz-wohlkoenig yeah , but this issue is also solved in #19296.
So, this issue should be close.
Closed_By | franz-wohlkoenig | ⇒ | joomla-cms-bot |
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-02-05 07:49:58 |
Closed_By | ⇒ | franz-wohlkoenig |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/19543
closed as stated above.
Issue confirmed.