Project:Project issue tracking
Version:6.x-1.x-dev
Component:Issues
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

(Version) Broken/missing handler

screenshot here: #494394-2: PHP notices

Comments

#1

Title:broken views handler: Version» broken views handler: php notices

Confirmed on a fresh install today:

created 1 project node,
created 1 issue node,
going to project/issues/$project
we get:

notice: Undefined index: value inviews-6--2/handlers/views_handler_filter.inc on line 420.
notice: Undefined property: project_issue_handler_filter_issue_component::$value in views-6--2/handlers/views_handler_filter_in_operator.inc on line 135.

#2

Status:active» needs review
AttachmentSize
495476.patch 1004 bytes

#3

Status:needs review» fixed

Thanks! The same bug existed in project_issue_handler_filter_issue_version. Committed to HEAD:

http://drupal.org/cvs?commit=315038

#4

Status:fixed» closed (fixed)

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

#5

Thanks for the fix.

I couldn't find the source of a similar problem, which I had expected would have been fixed by your commit, but wasn't:
#710984: notice: Undefined index: value in views_handler_filter.inc on line 420.