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

#34 closed defect (fixed)

Meetings display: More > Export to PDF

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

Description (last modified by jbenito)

Another bug on new interface

go from todays GDB http://indicobeta.cern.ch/conferenceDisplay.py?confId=45481

and then more -> export to PDF

you get a 404 as it screws up the URL encoding and puts in an extra /"

URL should be 
http://indicobeta.cern.ch/conferenceTimeTable.py/customizePdf?showDays=all&showSessions=all&confId=45481

but you end up at 
http://indicobeta.cern.ch/%22http://indicobeta.cern.ch/conferenceTimeTable.py/customizePdf?showDays=all&showSessions=all&confId=45481%22

(even allowing for & -> & conversion)

Change History (4)

comment:1 Changed 6 years ago by jbenito

  • Description modified (diff)

comment:2 Changed 6 years ago by cemunoz

  • Owner set to cemunoz
  • Status changed from new to accepted

comment:3 Changed 6 years ago by cesar.munoz.orena@…

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

commit b2e7bac6211507de8c2f190b1566056e017d5fcf
Author: Cesar Munoz Orena <cesar.munoz.orena@…>
Date: Wed Nov 11 16:05:04 2009 +0100

[FIXED] Bad link to PDF export


  • In the More header for meetings, the Export to PDF link didn't work because extra " were added at

the beggining and the end of the url.

comment:4 Changed 5 years ago by Cesar Munoz Orena <cesar.munoz.orena@…>

In [b2e7bac6211507de8c2f190b1566056e017d5fcf]:

[FIXED] Bad link to PDF export

  • In the More header for meetings, the Export to PDF link didn't work because extra " were added at

the beggining and the end of the url.

Note: See TracTickets for help on using tickets.