Problem when only one Bugherd Project exists
-
The Plugin fails if on Bugherd exactly one project exists.
This is the bugfix, in wp-bugherd-view.php add at line 640:
if(response.data.project.length == undefined) {
var goarray = [];
goarray.push(response.data.project);
response.data.project = goarray;
}Cheers
Chris
- The topic ‘Problem when only one Bugherd Project exists’ is closed to new replies.