I have a user entity reference field using this module as the widget. I get the following drupal error message when I am adding or editing the referring node:
Notice :Undefined property: view::$dom_id in template_preprocess_views_view() (line 116 of [path]/sites/all/modules/views/theme/theme.inc
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 1667296-views-fix.patch | 742 bytes | dawehner |
Comments
Comment #1
Anonymous (not verified) commentedI have same problem. Could you solve until now your problem?
Comment #2
dgastudio commentedsame here
Comment #3
spacereactor commentedhttp://drupal.org/node/1556174
Comment #4
dawehnerI didn't tested the patch, so this is just a rough suggestion how to improve the code that the problem
doesn't occur anymore.
Comment #5
dawehnerBazinga, here is the patch.
Comment #6
OnkelTem commentedComment #7
bojanz commentedCommitted, thanks!
Comment #8
Danny-K commentedHad a similar issue on my site:
Undefined property: view::$dom_id in template_preprocess_views_view() (line..........
Manually applied this patch on views 7.x-3.5 and it solved the issue.
Tnx!!