? Error

User tests: Successful: Unsuccessful:

avatar compojoom
compojoom
17 Jun 2015

…they deleted the field or group

To test go to administrator\components\com_content\models\article.php in the getForm function right before the return $form do:

        var_dump($form->removeField('blabla')); // without patch true, with patch false
        var_dump($form->removeGroup('blabla')); // without patch true, with patch false
        var_dump($form->removeField('language')); // without patch true, with patch true
        var_dump($form->removeGroup('images')); // without patch true, with patch true
avatar compojoom compojoom - open - 17 Jun 2015
avatar Bakual Bakual - reference | 260356d - 17 Jun 15
avatar Bakual Bakual - merge - 17 Jun 2015
avatar Bakual Bakual - close - 17 Jun 2015
avatar joomla-cms-bot joomla-cms-bot - close - 17 Jun 2015
avatar Bakual Bakual - close - 17 Jun 2015
avatar Bakual Bakual - change - 17 Jun 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-06-17 09:19:28
Closed_By Bakual
avatar Bakual
Bakual - comment - 17 Jun 2015

Makes sense. Merged based on review.

avatar joomla-cms-bot joomla-cms-bot - change - 17 Jun 2015
Labels Added: ?
avatar zero-24 zero-24 - change - 17 Jun 2015
Milestone Added:

Add a Comment

Login with GitHub to post a comment