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 6 years ago

Closed 5 years ago

Last modified 5 years ago

#362 closed defect (fixed)

WebcastRequest, plugin admin options: error if Room Booking not active

Reported by: dmartinc Owned by: lsyroka
Priority: very low Milestone: v0.97.0
Component: Video Services Version: 0.97.0
Keywords: collaboration, webcast request, room booking Cc:

Description

If Room Booking is not active, when loading the Collaboration plugin optins in Server Admin, there is a Service Error when the page tries to load the list of all rooms (via the 'roomBooking.locationsAndRooms.list' service, in AdminPluginsOptionList.tpl) so that the server admin can add them to the list of webcast-able rooms.

We should either not try to request the list of rooms or have the server return an empty list (or both).

Change History (7)

comment:1 Changed 5 years ago by jbenito

  • Milestone set to v0.97
  • Priority changed from low to very low

comment:2 Changed 5 years ago by lsyroka

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

comment:3 Changed 5 years ago by lsyroka

  • Status changed from assigned 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 [166ad73e2a43bd350acbd045ac238a97ee801d10]:

[FIX] Webcast error when room booking isn't active

  • while roombooking module isn't active, list of rooms is not requested from the plugins webpage.
  • while roombooking module isn't active, list of room request returns empty list
  • fix#362

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

In [4ea0cfb76039829b0665febbc8ac9e6bac678092]:

[FIX] Webcast error while roombooking isn't active

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

In [166ad73e2a43bd350acbd045ac238a97ee801d10]:

[FIX] Webcast error when room booking isn't active

  • while roombooking module isn't active, list of rooms is not requested from the plugins webpage.
  • while roombooking module isn't active, list of room request returns empty list
  • fix#362

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

In [4ea0cfb76039829b0665febbc8ac9e6bac678092]:

[FIX] Webcast error while roombooking isn't active

Note: See TracTickets for help on using tickets.