Blocks some other access and role/permission model related issues.
Should use $this->decorated instead of $this->getBCEntity() (which leads into infinite recursion).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2021491-2.patch | 813 bytes | fubhy |
Blocks some other access and role/permission model related issues.
Should use $this->decorated instead of $this->getBCEntity() (which leads into infinite recursion).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2021491-2.patch | 813 bytes | fubhy |
Comments
Comment #1
fubhy commentedComment #2
amateescu commentedLooks good to me, all the other methods from that class are using $this->decorated.
Comment #3
alexpottCommitted ed733be and pushed to 8.x. Thanks!