Template Style field not shown in Menu Items/es: Difference between revisions
From Joomla! Documentation
Created page with "El campo de Estilo de Plantilla no se muestra en Items/Páginas de Menu" |
Created page with "==Errores reportados==" |
||
| Line 1: | Line 1: | ||
<noinclude><languages /></noinclude> | <noinclude><languages /></noinclude> | ||
== | ==Errores reportados== | ||
The template style field does not display when editing or creating a menu item. | The template style field does not display when editing or creating a menu item. | ||
Revision as of 13:38, 16 January 2019
Errores reportados
The template style field does not display when editing or creating a menu item.
Version affected
General Information
This pertains only to Joomla! version: 3.9.2
What is the cause
Wrong showon in item.xml
This is a bug introduced in Joomla! 3.9.2.
How to fix
Apply this Patch or wait for Joomla! 3.9.3.
Replace in administrator/components/com_menus/models/forms/item.xml line 149
showon="params.alias_redirect:0"
by
showon="type!:alias[OR]params.alias_redirect:0"