We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to add a SBL+ Field to a section in a fresh Symhony-2.3.3-Install I get the following error:
Symphony Fatal Database Error: Unknown column 'hide_when_prepopulated' in 'field list'
Seems like SBL+ doesn't support the new "hide when prepopulated"-feature that was introduced in SBL 1.27: symphonycms/selectbox_link_field#37
The text was updated successfully, but these errors were encountered:
I ran into this issue just now and I added an extra column in the database table sym_fields_selectbox_link_plus called hide_when_prepopulated.
sym_fields_selectbox_link_plus
hide_when_prepopulated
This seemed to somewhat resolve the issue, although I haven't investigated it further. Hopefully we can get an update soon :)
Sorry, something went wrong.
No branches or pull requests
When I try to add a SBL+ Field to a section in a fresh Symhony-2.3.3-Install I get the following error:
Seems like SBL+ doesn't support the new "hide when prepopulated"-feature that was introduced in SBL 1.27:
symphonycms/selectbox_link_field#37
The text was updated successfully, but these errors were encountered: