I wanted to note here that if you have an EVA display on a view, that you cannot use the Summary option contextual filters, due to a limitation in Views it just doesn't work. There's a bug report for core for this (#3054944: Base path for attachment summary view broken).
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | eva-n3280497-6.interdiff.txt | 4.1 KB | damienmckenna |
| #6 | eva-n3280497-6.patch | 6.63 KB | damienmckenna |
| #4 | eva-n3280497-4.patch | 7.26 KB | damienmckenna |
Comments
Comment #2
damienmckennaComment #3
damienmckennaThis could be handled in EVA by adding DisplayRouterInterface.
Comment #4
damienmckennaWIP patch that changes Eva to extend PathPluginBase instead of DisplayPluginBase.
Comment #5
damienmckennaWhile #4 makes it possible to build a glossary display without a WSOD, the URLs on the links are wrong.
Comment #6
damienmckennaThe patch above didn't show any output; in my efforts to fix the path problems resulted in my uploading the wrong changes.
This shows the output, but though the path problem still exists.
Comment #7
damienmckennaFWIW here's the JS code I used with the patch above to make the display load via AJAX, because the standard Views AJAX logic wasn't being triggered:
(adjust PARENTCLASS, VIEWNAME and DISPLAYNAME as appropriate.
Comment #8
vitaliyb98 commentedI investigated this issue, and in my opinion, it cannot be resolved within this module, as it's a global problem affecting all display handlers that don't extend PathPluginBase.
Personally, I believe that for displays not extending PathPluginBase, the summary option for arguments should not be available at least until this is fixed or a better solution is found.
Comment #9
vitaliyb98 commented