We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When setting exportfields like
['Birthdate' => 'Geb.Datum']
it fails with:
[Emergency] Uncaught LogicException: Geb\ is not a relation/field on MyDataObject
Trace:
SilverStripe\ORM\DataObject->relObject(Geb\) DataObject.php:3111 SilverStripe\ORM\DataObject->relField(Datum) GridField.php:842 SilverStripe\Forms\GridField\GridField->getDataFieldValue(MyDataObject, Geb\.Datum) GridFieldExcelExportButton.php:133 Level51\ExcelExport\GridFieldExcelExportButton->handleExcelExport(SilverStripe\Forms\GridField\GridField) GridFieldExcelExportButton.php:57
The text was updated successfully, but these errors were encountered:
dkliemsch
No branches or pull requests
When setting exportfields like
it fails with:
Trace:
The text was updated successfully, but these errors were encountered: