Skip to content

Conversation

anshulkamath
Copy link

Fixes: #251

custom objects are indexed via the view's url, which is derived from the custom object's slug. the existing bulk import form looked up the custom object by name though, rather than slug. this commit fixes that bad lookup field. the bulk import and bulk delete forms already do this.

additionally, we add a slug uniqueness constraint on the custom object type for additional safeguarding

custom objects are indexed via the view's url, which is derived from the
custom object's slug. the existing bulk import form looked up the custom
object by name though, rather than slug. this commit fixes that bad
lookup field. the bulk import and bulk delete forms already do this.

additionally, we add a slug uniqueness constraint on the custom object
type for additional safeguarding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bulk Import for Custom Objects is Broken

1 participant