J3.x

Template Style field not shown in Menu Items/es: Difference between revisions

From Joomla! Documentation

Created page with "Incorrecto en <tt>item.xml</tt><br /> Es un error introducido en Joomla! 3.9.2."
Created page with "==Cómo corregirlo=="
Line 11: Line 11:
Es un error introducido en Joomla! 3.9.2.  
Es un error introducido en Joomla! 3.9.2.  


==How to fix==  
==Cómo corregirlo==  
Apply this [https://github.com/joomla/joomla-cms/pull/23556 Patch] or wait for Joomla! 3.9.3.
Apply this [https://github.com/joomla/joomla-cms/pull/23556 Patch] or wait for Joomla! 3.9.3.



Revision as of 13:41, 16 January 2019

Errores reportados

El campo de estilo no se muestra al editar o crear un item de menú.

Versiones afectadas

Información General

Esto sólo afecta a la(s) versión(ones) de Joomla!: 3.9.2

Cual es la causa Incorrecto en item.xml
Es un error introducido en Joomla! 3.9.2.

Cómo corregirlo

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"