You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In function createKey() in file Importer.php (line 582) should be convert to string: return (string) $this->expressionLanguage->evaluate(substr($definition->getKey(), 1), $data);
When key consist of only digits is problem because key is not string, but function return type string.
The text was updated successfully, but these errors were encountered:
In function createKey() in file Importer.php (line 582) should be convert to string:
return (string) $this->expressionLanguage->evaluate(substr($definition->getKey(), 1), $data);
When key consist of only digits is problem because key is not string, but function return type string.
The text was updated successfully, but these errors were encountered: