Internal regression, enum fields not created in data synchro tables

This commit is contained in:
denis.flaven@combodo.com
2021-04-01 18:13:18 +02:00
parent 9177982592
commit a997e528ec

View File

@@ -5314,7 +5314,7 @@ class AttributeEnum extends AttributeString
// Right now the function is not passed the "target" SQL table, but if we improve this in the future
// we may call $this->GetSQLColHelper(true, true, $sDBTable); to take into account the actual 'enum' values
// in this table
return $this->GetSQLColHelper(true, false);
return array($this->GetCode() => $this->GetSQLColHelper(true, false));
}
/**