J3.x

El campo de Estilo de Plantilla no se muestra en Items de Menu

From Joomla! Documentation

Revision as of 13:37, 16 January 2019 by Andrea Gentil (talk | contribs) (Created page with "El campo de Estilo de Plantilla no se muestra en Items/Páginas de Menu")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Errors reported

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"