Changeset 21f3fc in indico


Ignore:
Timestamp:
04/04/11 18:26:55 (2 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
f7cd67
Parents:
75ee81
git-author:
Pedro Ferreira <jose.pedro.ferreira@…> (04/04/11 18:06:55)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (04/04/11 18:26:55)
Message:

[FIX] Removed harmful hack from room map

  • The hack was clearing the comments for all rooms in the DB;
  • Fixed the problem at the source, inn foundation sync;
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/rh/roomBooking.py

    r75eb781 r21f3fc  
    756756            if room.building: 
    757757 
    758                 # FIXME: a hack to check if the room's comments are OK for serialization 
    759                 try: 
    760                     unicode(room.comments) 
    761                 except: 
    762                     room.comments = '' 
    763  
    764758                # if it's the first room in that building, initialize the building 
    765759                building = buildings.get(room.building, None) 
Note: See TracChangeset for help on using the changeset viewer.