Project

General

Profile

Actions

Defect #12525

closed

empty filter attributes results in "undefined" filter value

Added by Terence Mill over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

In my issue list "Add filter" drop-down i have empty lines after migration from redmine 1.3 to 2.1.4.
If i select this dempty lines i get "undefined attribute name". I have no iead where this undefined names come from.

How can i elloborate that in my mysql database by query. Maybe migration problem, maybe plugins incompatible?


Files

shot.jpg (9.84 KB) shot.jpg Terence Mill, 2012-12-06 16:08
Actions #1

Updated by Jean-Philippe Lang over 11 years ago

Can you attach the html source of your issue list?

Actions #2

Updated by Terence Mill over 11 years ago

I would realy like to, but even if i create an "empty project" (no users) i still have a lot of productive project data in the html source code, its difficult to remove or make it anonym. Can u give me a hint what shall i look for? Or which part of the site you need, so i only have to make that small part anonym.

Then i found the last two filter entries without name attrib.

,"hudson_job":{"type":"list_optional","values":[]},"hudson_build":{"type":"integer"}};
var labelDayPlural = "Tage";
$(document).ready(function(){
  initFilters();
  addFilter("status_id", "o", [""]);
});

The hudson plugins seems to extend the filters without name, so that could be the problem. I will write a bug report (http://www.r-labs.org/issues/1143) to the author.
If you agree with my assumption, this can be closed in favor for a plugin bug.

Actions #3

Updated by Terence Mill over 11 years ago

  • Status changed from New to Resolved
Actions #4

Updated by Etienne Massip over 11 years ago

  • Status changed from Resolved to Closed
Actions #5

Updated by Terence Mill over 11 years ago

For hudson plugin i also reported here: http://www.redmine.org/boards/3/topics/14348?r=34972#message-34972

Btw. the same problem occurs for plugin redmine_tags , which already reported and fixed

Actions

Also available in: Atom PDF