Skip to content

Commit

Permalink
fix for ambigous column user_id in where clause ( Model\ResourceModel…
Browse files Browse the repository at this point in the history
…\User\Collection addFilterToMap for user_id )
  • Loading branch information
dorupetruc committed Dec 8, 2020
1 parent 500a9e5 commit 9cb53cd
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -41,5 +41,6 @@ protected function _initSelect()
'user_role.parent_id = detail_role.role_id',
['role_name']
);
$this->addFilterToMap('user_id', 'main_table.user_id');
}
}

0 comments on commit 9cb53cd

Please sign in to comment.