Skip to content
Snippets Groups Projects
Commit 766ce506 authored by yogeshwar's avatar yogeshwar
Browse files

Fixes: #1656: Skip the roleid field in sanitation

parent 9150da80
No related branches found
No related tags found
1 merge request!1141Fixes #1656: Handled roleid field value data sanitization.
......@@ -208,8 +208,7 @@
$references = $meta->getReferenceFieldDetails();
foreach($references as $field=>$typeList){
if($meta->getEntityName() == 'Users' && $field == 'roleid'){
$found = true;
break;
continue;
}
if(strtolower($meta->getEntityName()) == "emails"){
if(isset($row['parent_id'])){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment