Changeset 9576a72 in indico


Ignore:
Timestamp:
05/13/11 11:13:23 (2 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
v0.97-series
Children:
384377
Parents:
c9c859
git-author:
Jose Benito <jose.benito.gonzalez@…> (05/13/11 11:12:15)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (05/13/11 11:13:23)
Message:

[FIX] Do not send entries when editing sessionslot

File:
1 edited

Legend:

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

    r138bf2 r9576a72  
    533533 
    534534        each(eventData, function(value, key) { 
    535             params[key] = value; 
     535            if (key != "entries") { 
     536                params[key] = value; 
     537            } 
    536538        }); 
    537539        each(params.args, function(value, key) { 
Note: See TracChangeset for help on using the changeset viewer.