This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#475 closed defect (fixed)

Collaboration plugin - add room error

Reported by: lsyroka Owned by: lsyroka
Priority: normal Milestone: v0.97.0
Component: General Version: 0.97.0
Keywords: Cc:

Description

In colaboration plugin http://indico.cern.ch/indico/adminPlugins.py?pluginType=Collaboration there's a javascript error in "SelectRemoteWidget?", which is used to add new rooms capable for webcasting (see the tab "WebcastRequest?" at the bottom of the page). Widget isn't drawn, so adding new rooms is impossible.

The problem is caused by the AJAX request which isn't finished while the widget is drawn.

Change History (5)

comment:1 Changed 5 years ago by lsyroka

  • Owner set to lsyroka
  • Status changed from new to assigned

comment:2 Changed 5 years ago by lsyroka

  • Status changed from assigned to in_work

comment:3 Changed 5 years ago by lsyroka

  • Status changed from in_work to in_merge

comment:4 Changed 5 years ago by Leszek Syroka <leszek.marek.syroka@…>

  • Resolution set to fixed
  • Status changed from in_merge to closed

In [032d31952d8e25532d1ba94724ea0d52d7208d61]:

[FIX] Collaboration plugin adding rooms

  • there is a possibility to pass a callback function to indicoSource to enhance code synchronization
  • rooms in collaboration plugin can be now added
  • fix#475

comment:5 Changed 5 years ago by Leszek Syroka <leszek.marek.syroka@…>

In [032d31952d8e25532d1ba94724ea0d52d7208d61]:

[FIX] Collaboration plugin adding rooms

  • there is a possibility to pass a callback function to indicoSource to enhance code synchronization
  • rooms in collaboration plugin can be now added
  • fix#475
Note: See TracTickets for help on using tickets.