User tests: Successful: Unsuccessful:
Data should be save using toggle editor.
Data is not saved using toggle editor.
I put <?php echo $this->form->getField('body')->save(); ?> in line number 19 within the javascript function at administrator\components\com_users\views\note\tmpl\edit.php
Labels |
Added:
?
|
Title |
|
@test worked for me
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5268.
This code is not consistent with core (and does not apply to present staging).
Please redo PR with
JFactory::getDocument()->addScriptDeclaration('
jQuery(document).ready(function() {
Joomla.submitbutton = function(task)
{
if (task == "note.cancel" || document.formvalidator.isValid(document.getElementById("note-form")))
{
' . $this->form->getField('body')->save() . '
Joomla.submitform(task, document.getElementById("note-form"));
}
}
});');
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-12-09 09:46:51 |
Updated title and description from original report
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5268.