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
Right now it's scattered on two places:
findOrderedPollFields
Entity/FieldManager
buildForm
PollType
It should be extracted to one and only one place where it'll be handled.
The text was updated successfully, but these errors were encountered:
Simplified the way how renderable fields are fetched and processed.
c35b8a0
Rewritten query for fetching poll fields and renamed it to findRenderableOrderedFields. #40
Method isRenderable in field model became redundant with previous commit. We should remove it if we won't use it in near future.
isRenderable
Sorry, something went wrong.
No branches or pull requests
Right now it's scattered on two places:
findOrderedPollFields
inEntity/FieldManager
. This one should handle only ordering anyway.buildForm
inPollType
- but only for child fields.It should be extracted to one and only one place where it'll be handled.
The text was updated successfully, but these errors were encountered: