User tests: Successful: Unsuccessful:
$params[$hash]->def('page_title', $title);
This causes a bug in the view form, causing the messages do not show the variable $head.
Example:
if (empty($this->item->id))
{
$head = JText::('COM_COMPONENT_FORM_SUBMIT_ITEM');
}
else
{
$head = JText::('COM_COMPONENT_FORM_EDIT_ITEM');
}
$title = $this->params->def('page_title', $head);
Hi
Unfortunately you have posted in the wrong tracker. This is the tracker for the issue tracker itself.
Please post again at http://issues.joomla.org/tracker/joomla-cms
Closing