Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meetings display: More > Export to PDF #34

Closed
jbenito3 opened this issue Nov 11, 2009 · 2 comments
Closed

Meetings display: More > Export to PDF #34

jbenito3 opened this issue Nov 11, 2009 · 2 comments

Comments

@jbenito3
Copy link
Member

# Ticket imported from Trac
# Originally assigned to: cemunoz
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)

@indico-bot
Copy link
Member

# Original comment by cesar.munoz.orena@c...

commit b2e7bac
Author: Cesar Munoz Orena cesar.munoz.orena@c...
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.
 - fixes #34

@indico-bot
Copy link
Member

# Original comment by Cesar Munoz Orena <cesar.munoz.orena@c...>

In b2e7bac:

[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.
 - fixes #34

@jbenito3 jbenito3 added this to the v0.97.0 milestone Oct 2, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants