Skip to content
Snippets Groups Projects
Commit 0d2a019c authored by Florian Henry's avatar Florian Henry
Browse files

Extrafield : better filter on select from table management for

extrafields table 
parent d000e9b6
No related branches found
No related tags found
No related merge requests found
......@@ -703,7 +703,7 @@ class ExtraFields
$keyList.= ', '.$parentField;
}
if (count($InfoFieldList)>=4 && !empty($InfoFieldList[4])) {
if (strpos($InfoFieldList[4], 'extra')!==false) {
if (strpos($InfoFieldList[4], 'extra.')!==false) {
$keyList='main.'.$InfoFieldList[2].' as rowid';
}else {
$keyList=$InfoFieldList[2].' as rowid';
......
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