User tests: Successful: Unsuccessful:
…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
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-06-17 09:19:28 |
Closed_By | ⇒ | Bakual |
Labels |
Added:
?
|
Milestone |
Added: |
Makes sense. Merged based on review.