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

Last modified 5 years ago

#169 closed defect (fixed)

Minor Video Services core corrections

Reported by: dmartinc Owned by: dmartinc
Priority: low Milestone: v0.97.0
Component: Video Services Version: 0.97.0
Keywords: Cc:

Description

  1. We should move some global imports to Collaboration classes so that everything works even if the Collaboration folder is removed.
  1. When an unlogged user goes to some Collaboration URLs, he is not redirected to a login page but gets a message "You are not authorized", due to the complex permission system (many different roles).
  1. If a booking is created for the CERNMCU plugin (for example) and appears in the display page of an event, and later this plugin is de-activated, going to the display page throws an exception.

Change History (4)

comment:1 Changed 6 years ago by pferreir

  • Milestone set to v0.97

comment:2 Changed 6 years ago by dmartinc

  • Status changed from new to accepted

comment:3 Changed 6 years ago by david.martin.clavo@…

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

commit 939a699324a533f92544708f81e11c6d263777ae
Author: David Martín Clavo <david.martin.clavo@…>
Date: Fri Feb 12 16:23:25 2010 +0100

[FIX] Several minor Collaboration fixes


-Removed global Collaboration imports
-Redirect unlogged users to login page in some
cases where they were not.
-Redirect Video Services Admins to VideoServices?
tab if they are not Server Admins or Event Managers.
-Bug in display page of event if plugin is
deactivated after a booking of that plugin has been made.
-Missing default CSBooking._hasTitle
-Missing default CSBooking._complexParameters (so
that pylint does not complain).


-fixes #169

comment:3 Changed 5 years ago by David Martín Clavo <david.martin.clavo@…>

In [939a699324a533f92544708f81e11c6d263777ae]:

[FIX] Several minor Collaboration fixes

-Removed global Collaboration imports
-Redirect unlogged users to login page in some
cases where they were not.
-Redirect Video Services Admins to VideoServices?
tab if they are not Server Admins or Event Managers.
-Bug in display page of event if plugin is
deactivated after a booking of that plugin has been made.
-Missing default CSBooking._hasTitle
-Missing default CSBooking._complexParameters (so
that pylint does not complain).

-fixes #169

Note: See TracTickets for help on using tickets.