If the user doesn't have "view xx relationships" then repeating an entity inside of a group will not work, and _entity_repeat_group_get_group_content() will return nothing.
accessCheck() has to be added to the query, otherwise Group will rewrite the SQL with permission checks.
Since we are doing this on the backend and not using the query to display content, we can set accessCheck to FALSE.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3345344.patch | 612 bytes | djdevin |
Comments
Comment #2
djdevinComment #4
kyoder commentedPatched in latest release 1.1.2 thank you!
Comment #5
kyoder commented