fossasia / eventyay-video

https://video-dev.eventyay.com
Apache License 2.0
1.49k stars 22 forks source link

Fix redirect session from speaker not working #191

Closed odkhang closed 1 month ago

odkhang commented 1 month ago

Summary by Sourcery

Fix the redirect functionality from speaker to session by adding a method to generate session link URLs and providing it to the component.

Bug Fixes:

sourcery-ai[bot] commented 1 month ago

Reviewer's Guide by Sourcery

This pull request addresses the issue of redirecting sessions from the speaker view not working. The changes include adding a new method, generateSessionLinkUrl, which constructs the session URL, and providing this method to the component's context using the provide option.

File-Level Changes

Files Changes
webapp/src/views/schedule/speakers/item.vue Introduced a new method to generate session URLs and provided it to the component's context.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.