?
avatar osignell
osignell
29 Aug 2014

Steps to reproduce the issue

  1. Install a multilanguage site
  2. Create two articles in different languages
  3. Associate these in the backend
  4. Edit one of them in the frontend
  5. Click Save -> An error message is displayed and the article is not saved.

Expected result

Article saved

Actual result

The message "Field required: Category" is displayed and the article is not saved.

System information (as much as possible)

Additional comments

The cause of this is around line 380 in administrator/components/com_content/models/article.php where certain form properties are altered when editing an article with associations. Among these, the filter "unset" is applied to the catid field, which means the form validation will fail when the article is about to be saved by the controller since the catid field is also a required field.

avatar osignell osignell - open - 29 Aug 2014
avatar brianteeman brianteeman - change - 29 Aug 2014
Status New Closed
avatar brianteeman brianteeman - change - 29 Aug 2014
Closed_Date 0000-00-00 00:00:00 2014-08-29 10:37:59
avatar brianteeman brianteeman - close - 29 Aug 2014
avatar brianteeman brianteeman - close - 29 Aug 2014
avatar zero-24 zero-24 - close - 29 Aug 2014
avatar brianteeman
brianteeman - comment - 29 Aug 2014

Thanks for reporting this however this has already been reported and fixed here http://issues.joomla.org/tracker/joomla-cms/4169

This comment was created with the J!Tracker Application at http://issues.joomla.org/.

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

Add a Comment

Login with GitHub to post a comment