-
Notifications
You must be signed in to change notification settings - Fork 53
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
Admin Create Board Error #47
Comments
I have the same problem :( |
@reecefowell @luct Any help here? Thanks |
Sorry I don't maintain any of this anymore. If anyone would like take over CCDN I can make them members of the codeconsortium organisation. |
@austinh @roberto-slopez Were any of you able to figure this out? |
In case someone else needs it. I figured it out. Hopefully the code in the repository can be fixed. In the BoardCreateFormType::buildForm form builder the "group_by" was referencing "category.forum.name" when it seems like it should be "forum.name"
...... |
Thank you ! |
@cbwilkes it works, thanks. |
I am getting the following error:
I cannot seem to figure out why this is happening. I have tried to fix it myself, but someone please let me know what's going wrong.
The text was updated successfully, but these errors were encountered: