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
I think this is a duplicate of #1686 which was fixed in 1.13.23.
Can you please check if that fixes the problem for you?
If it doesn't, please provide the full error message - and if you'd like to raise a pull request which fixes this and includes a test that would be fantastic.
@mikenuguid Have you had a chance to look at raising a pull request for this?
If you don't raise a pull request but also don't provide the full error message (as text please, not an image), I will have to close this issue for lack of information.
Module version(s) affected
1.13.22
Description
Using
import csv
on a model admin that has a custom url slug generates an exception:Undefined array key
.How to reproduce
import csv
, press choose file and select the csv file containing dataPossible Solution
This might be caused by this line https://github.com/silverstripe/silverstripe-admin/blob/1.13.22/code/ModelAdmin.php#L734 where it should be using
modelTab
instead ofmodelClass
.I haven't created a pull request yet but hopefully this is a quick fix. :)
Additional Context
Validations
silverstripe/installer
(with any code examples you've provided)PRs
The text was updated successfully, but these errors were encountered: