We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6afc3a4 commit e28743eCopy full SHA for e28743e
administrator/components/com_fields/helpers/fields.php
@@ -330,7 +330,7 @@ function categoryHasChanged(element) {
330
if (cat.val() == '" . $assignedCatids . "')return;
331
Joomla.loadingLayer('show');
332
jQuery('input[name=task]').val('" . $section . ".reload');
333
- element.form.submit();
+ Joomla.submitform('" . $section . ".reload', element.form);
334
}
335
jQuery( document ).ready(function() {
336
Joomla.loadingLayer('load');
0 commit comments