Closed jmarquesh closed 11 years ago
The function clientResources(filter) is trying to find resources by id doing this:
return e._id == filter;
However e._id is undefined. The object e only has the properties id, name and color.
Fixed
The function clientResources(filter) is trying to find resources by id doing this:
return e._id == filter;
However e._id is undefined. The object e only has the properties id, name and color.