If tablefield is added to a fieldable panel pane, users are not able to download a CSV file. Instead they see an access denied message. This patch fixes this by adding an access check for fieldable panel panes.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | tablefield_access_check_fieldable_panel_panes-3067959-1.patch | 403 bytes | squiggy |
Comments
Comment #2
squiggy commentedComment #3
squiggy commentedComment #4
lolandese commentedAs there is a patch provided, I guess it needs review, thus changing status.
Providing support for other contrib modules is a Feature request, thus changing Category as well.
Thanks for the patch and reporting. Now the status is set it is more likely to be noticed by the other maintainers. I might get to test it soon.
Comment #5
lolandese commentedThe code makes sense. Because it is in an else condition this is pretty safe to commit without affecting non-panel pane entities.
Comment #7
lolandese commentedThanks for your contribution.