Small error in the alias validation for page manager.

Notice: Undefined property: stdClass::$src in page_manager_page_form_basic_validate() (line 569 of sites\all\modules\ctools\page_manager\plugins\tasks\page.admin.inc).

Steps to replicate, find or create a alias for an existing page
Create a new page and use that url
Submit, validation error and notice is produced

CommentFileSizeAuthor
ctools-page_manager-notice.patch878 bytesalan d.

Comments

Funksmaname’s picture

Issue summary: View changes

I just had this issue and this patch fixed it fwiw... should probably commit!

alan d.’s picture

Year, it is a no brainer error: "SELECT alias, source" & currently uses $alias->src rather than $alias->source

torgospizza’s picture

Status: Needs review » Reviewed & tested by the community

If it fixed your problem it should be changed to RTBC!

joelpittet’s picture

RTBC++, FYI @Funksmaname, @torgosPizza's comment in #4 was referring to your comment in #2 just to be clear.

@Alan D. shouldn't RTBC his own patch:)

japerry’s picture

Status: Reviewed & tested by the community » Fixed

  • japerry committed 34f91c2 on 7.x-1.x authored by Alan D.
    Issue #1809504 by Alan D.: Notice: Undefined property: stdClass::$src in...

Status: Fixed » Closed (fixed)

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