Changeset 92af92 in indico


Ignore:
Timestamp:
06/04/10 16:51:08 (3 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, new-webex, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
af93a0
Parents:
6b71ba
git-author:
Leszek Syroka <leszek.marek.syroka@…> (05/03/10 16:02:12)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (06/04/10 16:51:08)
Message:

[FIX] Chairperson submission rights

  • modification rights are now granted at event creation;
  • fixes #327;
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/htdocs/js/indico/Management/Users.js

    r3e1745 r92af92  
    15341534            var key = keysList[i]; 
    15351535            var value = this.privileges[key]; 
    1536             var checkbox = Html.checkbox({id:key, style:{verticalAlign:"middle"}}, value[1]?value[1]:null); 
     1536            var checkbox = Html.checkbox({id:key, name:key, style:{verticalAlign:"middle"}}, value[1]?value[1]:null); 
    15371537            $B(this.selectedPrivileges.accessor(key), checkbox); 
    15381538            privilegesDiv.append(Html.span({},checkbox, value[0] + comma)); 
Note: See TracChangeset for help on using the changeset viewer.