?
Related to # 4739
Referenced as Related to: # 4751 # 4755
avatar amithadkar
amithadkar
17 Oct 2014

Steps to reproduce the issue

  1. Go to Menu->Main Menu-> Add New Menu Item.
  2. Open Add New Menu Item form.
  3. Do not Fill the data in title field and click on save button.
  4. Incorrect validation message is displayed as follow: Error Invalid form

Expected result

Validation message should be user friendly like "invalid field: title"

Actual result

Incorrect validation message is displayed as follow:
Error
Invalid form

System information (as much as possible)

PHP Built On Windows NT 6.2 build 9200
Database Version 5.6.12-log
Database Collation utf8_general_ci
PHP Version 5.4.12
Web Server Apache/2.4.4 (Win64) PHP/5.4.12
WebServer to PHP Interface apache2handler
Joomla! Version Joomla! 3.3.7-dev Development [ Ember ] 01-October-2014 02:00 GMT
Joomla! Platform Version Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT
User Agent Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0screen shot 2014-10-17 at 03 17 42

Additional comments

Validation message should be user friendly.

Votes

# of Users Experiencing Issue
5/5
Average Importance Score
3.00

avatar amithadkar amithadkar - open - 17 Oct 2014
avatar brianteeman brianteeman - change - 17 Oct 2014
Priority Low Medium
Status New Confirmed
avatar brianteeman
brianteeman - comment - 17 Oct 2014

Confirmed

This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4735.

avatar brianteeman
brianteeman - comment - 17 Oct 2014

Confirmed

This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4735.

avatar garstud
garstud - comment - 17 Oct 2014

Confirmed

This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4735.

avatar pete-rossetti
pete-rossetti - comment - 17 Oct 2014

confirmed - no patch yet?

This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4735.

avatar hitenbhatiya
hitenbhatiya - comment - 17 Oct 2014

Confirmed


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4735.

avatar gouravsinha
gouravsinha - comment - 17 Oct 2014

Tested Successfully

Applied a fix in administrator\components\com_menus\views\item\tmpl\edit.php on line number 83

Changed $('system-message').getElement('div').innerHTML = Joomla.JText._('JGLOBAL_VALIDATION_FORM_FAILED'); to

$('system-message').getElement('h4').innerHTML = Joomla.JText._('ERROR');

This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4735.

avatar jissues-bot jissues-bot - close - 17 Oct 2014
avatar jissues-bot
jissues-bot - comment - 17 Oct 2014
avatar zero-24 zero-24 - close - 17 Oct 2014
avatar brianteeman brianteeman - change - 17 Oct 2014
Status Confirmed Closed
Rel_Number 4739
Relation Type Related to
avatar brianteeman
brianteeman - comment - 17 Oct 2014

Please see #4739 for a solution

avatar jissues-bot jissues-bot - change - 17 Oct 2014
Closed_Date 0000-00-00 00:00:00 2014-10-17 09:43:10
avatar Nokkaew
Nokkaew - comment - 17 Oct 2014

I'm terribly sorry. Indeed I wanted to fix for this issue
http://issues.joomla.org/tracker/joomla-cms/4732

This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4735.

avatar Nokkaew
Nokkaew - comment - 17 Oct 2014

Please see #4751 for a solution

This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4735.

avatar zero-24 zero-24 - change - 7 Jul 2015
Labels Added: ?

Add a Comment

Login with GitHub to post a comment