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

Closed 4 years ago

#984 closed defect (fixed)

The ShortUrlTag is not handled

Reported by: ricceri Owned by:
Priority: high Milestone: v0.98.1
Component: General Version:
Keywords: Short url Cc: salvatore.monforte@…

Description

It seems that the tag specified during event creation is not associated to the event itself.
It is clearly not a matter of apache since the redirect works specifying either the event id or the tag, but in the latter case indico does not find any event having that tag assigned to.
As a workaround it is possible to manually assign the ShortUrlTag? relevant to a given event (script attached).

Attachments (1)

setShortURL.py (1.1 KB) - added by ricceri 4 years ago.
Script for manually set the ShortUrlTag?

Download all attachments as: .zip

Change History (2)

Changed 4 years ago by ricceri

Script for manually set the ShortUrlTag?

comment:1 Changed 4 years ago by pferreir

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

This has been already fixed in both the v0.98-series and v0.98b2 branches:

See d573a3990de3c63c95feb658099fd0a5fe18c1fb

Upgrading should fix your problem.

Thanks for the report and script!

Note: See TracTickets for help on using tickets.