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

Error when clicking on archive button in venue view #1873

Open
Heklaterriol opened this issue Dec 21, 2024 · 2 comments
Open

Error when clicking on archive button in venue view #1873

Heklaterriol opened this issue Dec 21, 2024 · 2 comments
Labels
bug Something isn't working fixed Have a commit with the solution.

Comments

@Heklaterriol
Copy link
Contributor

Similar to issue #1872
When I click on the archive button in the venue view, let's say on the page: https://domain.tld/events/venue/1:douala, I get an error
404 View not found [name, type, prefix]: venue-calendar, html, jemView
The incorrect link is:
https://domain.tld/events/venue-calendar?id=1:douala&task=archive&filter_reset=1
the following link would work:
https://j5.datenablage.info/o/venue?id=1:douala&task=archive&filter_reset=1

@Heklaterriol
Copy link
Contributor Author

The fix seems to be easily done.

@mckillo
Copy link
Collaborator

mckillo commented Dec 22, 2024

Doesn't work. If you go to the venue view and click the Archive button, then navigate to the venue-calendar view (layout), the right view will be the venue view with archived events. See next commit (fix it)

mckillo added a commit that referenced this issue Dec 22, 2024
Now shows the correct view: the venue view with archived events.
@mckillo mckillo added the fixed Have a commit with the solution. label Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed Have a commit with the solution.
Projects
None yet
Development

No branches or pull requests

2 participants