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
silverstripe-framework 5
When a user creates a User Defined Form Page it gets a 500 error with an exception
[Emergency] Uncaught InvalidArgumentException: Invalid sort column "EditableFormField"."Sort" GET /admin/pages/edit/show/19 Line 398 in /var/www/html/vendor/silverstripe/framework/src/ORM/DataList.php Source 396 $this->applyRelation($col, $columnName, true); 397 if ($col === $columnName) { 398 throw new InvalidArgumentException("Invalid sort column $column"); 399 }
The text was updated successfully, but these errors were encountered:
Linked PR has been merged
Sorry, something went wrong.
emteknetnz
No branches or pull requests
Affected Version
silverstripe-framework 5
Description
When a user creates a User Defined Form Page it gets a 500 error with an exception
Steps to Reproduce
Acceptance criteria
PRs
The text was updated successfully, but these errors were encountered: