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.

CommentFileSizeAuthor
view_alias_notices2.patch492 bytesquicksketch

Comments

john franklin’s picture

Issue summary: View changes
Status: Active » Fixed

This function got reworked. Issue is fixed. Thanks for the patch, even though I didn't use it in the end.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.