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
Filter SecurityAdmin by a search string, then click on one of the results
error-log.ERROR: Uncaught Exception Error: "Call to a member function toMap() on null" at /sites/mysite/releases/myrelease/vendor/silverstripe/framework/src/Forms/GridField/GridFieldDetailForm_ItemRequest.php line 672 {"exception":"[object] (Error(code: 0): Call to a member function toMap() on null at /sites/mysite/releases/myrelease/vendor/silverstripe/framework/src/Forms/GridField/GridFieldDetailForm_ItemRequest.php:672)"} []
This happened on a test environment, though I couldn't replicate this locally, so may have been related to the data in the test environment. There was far more test data on the test environment than on my local
GridFieldPaginator::getTemplateParameters() can return null, so we should handle this in GridFieldDetailForm_ItemRequest::getNumPages()
Found during beta testing
Filter SecurityAdmin by a search string, then click on one of the results
error-log.ERROR: Uncaught Exception Error: "Call to a member function toMap() on null" at /sites/mysite/releases/myrelease/vendor/silverstripe/framework/src/Forms/GridField/GridFieldDetailForm_ItemRequest.php line 672 {"exception":"[object] (Error(code: 0): Call to a member function toMap() on null at /sites/mysite/releases/myrelease/vendor/silverstripe/framework/src/Forms/GridField/GridFieldDetailForm_ItemRequest.php:672)"} []
This happened on a test environment, though I couldn't replicate this locally, so may have been related to the data in the test environment. There was far more test data on the test environment than on my local
GridFieldPaginator::getTemplateParameters() can return null, so we should handle this in GridFieldDetailForm_ItemRequest::getNumPages()
PRs
The text was updated successfully, but these errors were encountered: