- π³π±Netherlands casey
Maybe we should also check visibility rules? Something like this might work.
- π³π±Netherlands casey
Previous patch used the wrong variable in constructor
- π¨π¦Canada earthangelconsulting
for what it's worth... i tried the patch in #7 applied against version 5.2 of the module, in a simple test case, and it worked exactly as expected! awesome! i hope this can get incorporated into a release soon.
(otherwise that checkbox "Check view access for this field" that appears for webform fields in Views is very misleading ;-) )
- π¨πΏCzech Republic milos.kroulik
It seems to be working fine. There's an understandable gotcha - if access is disable for an element and it's rewritten in views, there's no output even if the other element accessed there is accessible.
It's also inconvenient in case we have a lot of elements in the webform but we want to make accessible only small amount of them, which means we need to manually disable access to the rest. It would be good if it was possible to make it other way around.