1538: Groups cannot be starred in 1.5 Beta1

lon***@gmai***** (Google Code) (Is this you? Claim this profile.)
chipx86
chipx86
April 20, 2010
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.
chipx86
#1 chipx86
  • +Milestone-Release1.5
chipx86
#2 chipx86
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.
  • +NeedInfo
chipx86
#3 chipx86
Take that back. We can repro it too.
  • -NeedInfo
    +Confirmed
chipx86
#4 chipx86
Fixed on master (accfa93)
  • -Confirmed
    +Fixed
  • +chipx86