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

#468 closed defect (fixed)

Recording manager Create Indico Link button is always grayed out

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

Description

Recording manager Create Indico Link button is always grayed out, even after CDS record has been successfully created

Change History (6)

comment:1 Changed 5 years ago by jherr

  • Status changed from new to assigned

comment:2 Changed 5 years ago by jherr

  • Status changed from assigned to in_work

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 [629b2cdb385aac55e2a3865a45df90bfcc03388d]:

[FIX] fixed grayed out Create Indico link button

  • When I changed from manually encoding Javascript vars at the end of NewBookingForm?.tpl to using jsonEncode, this broke in Extra.js where I was testing a Javascript var for the string 'False'. I changed this to the Javascript name false.
  • fixes #468

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

In [629b2cdb385aac55e2a3865a45df90bfcc03388d]:

[FIX] fixed grayed out Create Indico link button

  • When I changed from manually encoding Javascript vars at the end of NewBookingForm?.tpl to using jsonEncode, this broke in Extra.js where I was testing a Javascript var for the string 'False'. I changed this to the Javascript name false.
  • fixes #468

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

In [629b2cdb385aac55e2a3865a45df90bfcc03388d]:

[FIX] fixed grayed out Create Indico link button

  • When I changed from manually encoding Javascript vars at the end of NewBookingForm?.tpl to using jsonEncode, this broke in Extra.js where I was testing a Javascript var for the string 'False'. I changed this to the Javascript name false.
  • fixes #468
Note: See TracTickets for help on using tickets.