mozilla / scrumbugz

Scrummy look at Bugzilla data. Discuss in #scrum on irc.mozilla.org.
http://scrumbugz.rtfd.org
Other
32 stars 20 forks source link

Adding additional bugzilla components to projects is broken #102

Closed whimboo closed 10 years ago

whimboo commented 11 years ago

Whenever I try to add another product/component to a project it doesn't work and fail silently. In this case it's for the Mozmill project. I have added Testing/Mozmill and now want to add Testing/MozBase. But it doesn't let me do that.

fwenzel commented 11 years ago

I hit the same issue, but it does not fail silently. Instead, it loads scrumbugs' front page in the place where the bugzilla component form used to be. Whaa?

I don't even

cc @pmaclanahan

fwenzel commented 11 years ago

I think we're failing here: https://github.com/mozilla/scrumbugz/blob/master/scrum/views.py#L36

... by not having appropriate rights to add bugzilla components to our projects.

pmclanahan commented 11 years ago

Permissions updated. Try it again when you get a min @fwenzel.

whimboo commented 11 years ago

Works perfect now. Thanks!

fwenzel commented 11 years ago

Want us to keep this bug open to remove the underlying glitch, or close?

cpeterso commented 10 years ago

I am still running into this bug. When I try to add a second component to a project, scrumbu.gs returns a "This field is required." error message.

pmclanahan commented 10 years ago

Strange this has cropped up again. I'm checking it out. Thanks.

pmclanahan commented 10 years ago

I believe this is fixed now. I recently switched the site to HTTPS only, and the jQuery Tools CDN has an invalid cert. Move it into the repo and now things seem okay.

cpeterso commented 10 years ago

:+1: Works for me now. Thanks!