ryanmitchell I checked it , and in locationBindEvents() function ,the function locationApplyScope() is not getting called
if ($this->controller->isClassExtendedWith('Admin\Actions\FormController')) {
$this->controller->bindEvent('controller.form.extendQuery', function ($query) {
//its not getting inside this loop
if ((bool)$this->getConfig('applyScopeOnFormQuery', TRUE))
$this->locationApplyScope($query);
});
}