Should be able to save the article
article will not (and can't) be saved because of the warning message "Warning: Field required: Category"
CMS 3.3.3
PHP 5.3.x and 5.4.x
Since updating to J3.3.3 I cannot save articles in the frontend, that have association to articles in other languages.
If I edit an article with assignments in frontend, after clicking the save button I get the message "Warning: Field required: Category" . Though there is a category for the article. Even if I choose a category in frontend, after clicking save, the input box is empty and joomla returns the same message. If the assignments of the article are deleted, everything works fine again.
Could have something to do with the file:
components/com_content/models/form.php - which is model class for handling the form editation of article.
editing its function save() by adding there:
echo "something"; exit;
..will result in blank screen with the echo message, at least on articles without assignment. However on articles with association it completely omits this file - no reactions, even if i rename the file - which should result in error for missing file.
Never had this before Joomla 3.3.3! Backend works fine by the way! ALso, it has nothing to do with MENU association! The bug only affects ARTICLE association!
This bug was also reported by Tim Ziegeler here
This has already been solved. Closing.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-08-24 17:17:28 |
Labels |
Added:
?
|
Here is the bug fix:
https://github.com/joomla/joomla-cms/pull/4062/files#diff-f66af5cac40d67f3a63762ceb0c8b8c3L377
This comment was created with the J!Tracker Application at http://issues.joomla.org/.