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

#461 closed defect (fixed)

Recording Manager should update CDS record number

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

Description

The Recording Manager should update the Lectures table to set the CDSRecord field to the CDS record number as soon as this is known. It does add a status report with the CDS record number in the text but does not update the appropriate field.

Change History (6)

comment:1 Changed 5 years ago by jherr

  • Status changed from new to accepted

comment:2 Changed 5 years ago by jherr

  • Component changed from General to Video Services

comment:3 Changed 5 years ago by jherr

  • Status changed from in_work to in_merge

comment:4 Changed 5 years ago by Jeremy Herr <jeremy.herr@…>

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

In [4d4ba818ee8d9fca284391f65958416866240b91]:

[IMP] update micala.Lectures table with CDS record

  • created a new method associateCDSRecordToLOID() in micala.py that updates the appropriate record in the Lectures table with the CDS record number.
  • also in micala.py, in updateMicalaCDSExport(), added code to call associateCDSRecordToLOID in addition to updating the CDS record task as COMPLETE.
  • fixes #461

comment:5 Changed 5 years ago by Jeremy Herr <jeremy.herr@…>

In [4d4ba818ee8d9fca284391f65958416866240b91]:

[IMP] update micala.Lectures table with CDS record

  • created a new method associateCDSRecordToLOID() in micala.py that updates the appropriate record in the Lectures table with the CDS record number.
  • also in micala.py, in updateMicalaCDSExport(), added code to call associateCDSRecordToLOID in addition to updating the CDS record task as COMPLETE.
  • fixes #461

comment:6 Changed 5 years ago by Jeremy Herr <jeremy.herr@…>

In [4d4ba818ee8d9fca284391f65958416866240b91]:

[IMP] update micala.Lectures table with CDS record

  • created a new method associateCDSRecordToLOID() in micala.py that updates the appropriate record in the Lectures table with the CDS record number.
  • also in micala.py, in updateMicalaCDSExport(), added code to call associateCDSRecordToLOID in addition to updating the CDS record task as COMPLETE.
  • fixes #461
Note: See TracTickets for help on using tickets.