By cholzsch on Thursday, 04 May 2017
Replies 4
Likes 0
Views 1.5K
Votes 0
I have noticed that on the frontend view of Manage Events, on first view, it shows ALL events, Published and Unpublished. As soon as an event is published from the link on the list, the page is redirected to show all PUBLISHED events. I would like it to return to ALL events again. Is this possible? Thanks in advance.
Hello,

I've added a way to quickly handle this in the core going forward since you are right and it should be done like that.

See:
https://github.com/JEvents/JEvents/pull/373/commits/e2772dd629e284dec64db3059b57a5ad4e85e779
and
https://github.com/JEvents/JEvents/pull/373/commits/ac12a7246062e717434bb2b7c3625b124ea5d749

For the file changes needed to add this in. Red means replace the code with the green code.

Many thanks
Tony
·
7 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect! Thanks Tony, for the quick solution.
·
7 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Tony, I just noticed an issue with this. I just started another topic about the issue. So, it does redirect to all events fine, but it even shows trashed events.
·
7 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

So the above fix just keeps the previous filter state. We will be looking into the trash/delete at some point.

Many thanks
Tony
·
7 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post