Changeset 342258 in indico


Ignore:
Timestamp:
02/16/10 15:17:56 (3 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, new-webex, prov-dual-interface, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
76b5cf, f3d0f4
Parents:
be9b23
Message:

[FIX] Problem removing users in 'favorites' dialog

  • fixes #182 once and for all (i hope);
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/tpls/UserBaskets.tpl

    r9033fd r342258  
    1212    var removeUser = function(user, setResult){ 
    1313         
    14         jsonRpc(Indico.Urls.JsonRpcService, "user.favorites.removeUser", { 
    15             'id': user.get('id') 
    16         }, function(result, error){ 
     14        jsonRpc(Indico.Urls.JsonRpcService, "user.favorites.removeUser", 
     15        {value: [{'id': user.get('id')}]}, function(result, error){ 
    1716            if (exists(error)) { 
    1817                IndicoUtil.errorReport(error); 
Note: See TracChangeset for help on using the changeset viewer.