Skip to content
New issue

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

GridFieldManyRelationHandler requires the GridField to have a RelationList #62

Open
spacebiscuit opened this issue Feb 17, 2016 · 1 comment

Comments

@spacebiscuit
Copy link

I have created two of my own content blocks:

class MyContentBlock extends ContentBlock{
class TestimonialContentBlock extends MyContentBlock{

All worked fine and as expected. I then added a 3rd block

class SidebarContentBlock extends MyContentBlock{

Then when I went to add a CB in the model admin I get:

ERROR [User Warning]: GridFieldManyRelationHandler requires the GridField to have a RelationList. Got a UnsavedRelationList instead.
IN GET /admin/block-admin/Block/EditForm/field/Block/add-multi-class/TestimonialContentBlock

Please help - thanks!

@sheadawson
Copy link
Owner

Hmm that's stange. Can you do a dev/build?flush=1 and let me know if the issue persists

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

No branches or pull requests

2 participants