Closed (fixed)
Project:
View Alias
Version:
6.x-2.1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Nov 2010 at 15:25 UTC
Updated:
14 Oct 2015 at 01:14 UTC
Jump to comment: Most recent
In _get_aliasable_displays() I'm getting these notices on every node_save():
Notice: Undefined index: path in _get_aliasable_displays() (line 194 of /Users/nate/Sites/example/sites/all/modules/contrib/view_alias/view_alias.module).
I believe this happens when I have non-page displays in my views that are set up to use automatic aliasing. This patch makes it so that view_alias check that the "path" property exists before trying to pull properties from it.
| Comment | File | Size | Author |
|---|---|---|---|
| view_alias_notices2.patch | 492 bytes | quicksketch |
Comments
Comment #1
john franklin commentedThis function got reworked. Issue is fixed. Thanks for the patch, even though I didn't use it in the end.