| Issue 1538: | Groups cannot be starred in 1.5 Beta1 | |
| 1 person starred this issue and may be notified of changes. | Back to list |
*NOTE: Do not post confidential information in this bug report.* What version are you running? 1.5 Beta1 What's the URL of the page containing the problem? http://reviews.reviewboard.org/groups/ What steps will reproduce the problem? 1.Try to star a group What is the expected output? What do you see instead? Group should be marked as starred. Nothing happens. There is a javascript error: Google Chrome: /media/rb/js/datastore.js?1266182888:840 Uncaught TypeError: Object function (E,F){return new o.fn.init(E,F)} has no method 'funcQueue' if (options.type == "POST" || options.type == "PUT") { $.funcQueue("rbapicall").add(doCall); $.funcQueue("rbapicall").start(); Firefox: $.funcQueue is not a function [Break on this error] $.funcQueue("rbapicall").add(doCall); http://reviews.reviewboard.org/media/rb/js/datastore.js?1266182888 IE6 reports Microsoft JScript runtime error: Object doesn't support this property or method on the same line $.funcQueue("rbapicall").add(doCall); What operating system are you using? What browser? Windows XP, Chrome, Firefox, IE6 Please provide any additional information below.
Comment
1
by
project member
chip...@gmail.com,
Mar 10, 2010
Labels: Milestone-Release1.5
,
Mar 27, 2010
Can you install Firebug on Firefox and see if there are any JavaScript files it was unable to load? Also, try re-running 'rb-site upgrade' on your site.
Status: NeedInfo
,
Mar 27, 2010
Take that back. We can repro it too.
Status: Confirmed
,
Apr 20, 2010
Fixed on master (accfa93)
Status: Fixed
Owner: chipx86 |
|
| ► Sign in to add a comment |