Recurring event link redirects wrong when individual event of same name exists
-
We need to convert individual events to recurring events every now and then since the recurrence system is still a bit mysterious to our users. Doing this I noticed one bug in 5.3.6.1.
Steps to reproduce (neat permalinks need to be enabled):
- Create an individual event and name it eg. ExampleEvent.
- The event will now have a URL of yoursite/events/exampleevent/, which #_EVENTLINK will point to.
- Clicking that link takes you to that page, as it should.
- Create a recurring event with the same name ExampleEvent.
- The event will now have a URL of yoursite/events-recurring/exampleevent/, which #_EVENTLINK wil point to.
- Clicking that link will redirect you to yoursite/events/exampleevent/, which is wrong. It should redirect you to yoursite/events/exampleevent-2013-04-01/, where the date is the date of the first recurrence.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Recurring event link redirects wrong when individual event of same name exists’ is closed to new replies.