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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
From @herbdool in another thread:
I noticed paragraphs/ParagraphsItemEntity.inc Line 570 in 769e1db return entity_get_controller($this->entityType())->view(array($this), $view_mode, $langcode, $page); which is calling a view method but it's not in core yet and it doesn't check that it's using EntityPlusControllerInterface. Maybe have it like https://github.com/backdrop-contrib/entity_plus/blob/489b908ea54ebefc1ce966971c6af09c5e51a0c6/entity_plus.module#L371. Not sure what would happen otherwise, if/when we add this to core and if the parameters are different.
I noticed
paragraphs/ParagraphsItemEntity.inc
Line 570 in 769e1db
view
EntityPlusControllerInterface
Maybe have it like https://github.com/backdrop-contrib/entity_plus/blob/489b908ea54ebefc1ce966971c6af09c5e51a0c6/entity_plus.module#L371.
Not sure what would happen otherwise, if/when we add this to core and if the parameters are different.
The text was updated successfully, but these errors were encountered:
entity_plus_view
@herbdool This should do it, right? #112
Sorry, something went wrong.
@laryn I think so.
Then down the line you can decide whether to continue using entity_plus for this or use core.
Issue #106: Use entity_plus_view to ensure view method is properly …
21b9e02
…checked. Fixes #106
Successfully merging a pull request may close this issue.
From @herbdool in another thread:
The text was updated successfully, but these errors were encountered: