Actions
Defect #1143
openhudson plugin: empty filter attributes results in "undefined" filter value
Defect #1143:
hudson plugin: empty filter attributes results in "undefined" filter value
Start date:
12/10/2012
Due date:
% Done:
0%
Estimated time:
Description
Btw. i already chekced drop down list in rendered hmtl view against pattern of "name": and there are complete, means alls entries with name <> empty and no more.
Then i found the last two 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 extens the filters without name, so that could be the problem. I will write a bug report to the author.
Files
Actions