Hello I get empty backlog when viewing via "new" backlog view. Old
backlog view does return data still. Trac 0.11.6 with agilo 1.2.1
Firebug returns an error below.
182 createViewHierarchy: function(backlogItems) {
183 var subviews = [];
184 $(backlogItems).each(function(index, ticket){
185 var subview = this.createViewForTicket(ticket);
186 if (ticket.hasChildren())
187 subview.setSubviews(this.createViewHierarchy(ticket.children()));
188 subviews.push(subview);
189 }.bind(this));
190 return subviews;
191 },
192
subview.setSubviews is not a function
http://trapdoor.a-bb.net/trac/chrome/agilo/js/backlogView.js
Line 187
--
Follow Agilo on Twitter: http://twitter.com/agiloforscrum
-----
You received this message because you are subscribed to the Google
Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH
http://www.agile42.com and is focused in supporting Agilo for Scrum users.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/agilo?hl=en