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
Currently when a group audience field is added to a group content entity it is hidden in both the form display modes and view display modes.
In the majority of cases site builders will want this field to be showing up in forms, so let's enable it by default.
Code doing this can be found in the OgComplexWidgetTest::setUp() from PR #140.
OgComplexWidgetTest::setUp()
The text was updated successfully, but these errors were encountered:
Remove the workaround to make the group audience field visible, now t…
f8f88a9
…hat issue #144 is fixed.
Proposed a fix in #153.
Sorry, something went wrong.
This has been fixed. Closing.
No branches or pull requests
Currently when a group audience field is added to a group content entity it is hidden in both the form display modes and view display modes.
In the majority of cases site builders will want this field to be showing up in forms, so let's enable it by default.
Code doing this can be found in the
OgComplexWidgetTest::setUp()
from PR #140.The text was updated successfully, but these errors were encountered: