Added new filters to language translation, and fields admin list view. resolved gh-651
This commit is contained in:
@ -53,6 +53,7 @@ class JFormFieldListfields extends JFormFieldList
|
||||
// get the admin view ID
|
||||
$adminView = $jinput->getInt('refid', 0);
|
||||
}
|
||||
// make sure we have the admin view ID
|
||||
if (is_numeric($adminView) && $adminView >= 1)
|
||||
{
|
||||
// get all the fields linked to the admin view
|
||||
|
Reference in New Issue
Block a user