Duplicate events showing in admin area
-
Hi,
We’ve encountered an issue where duplicate events are showing up on the main “Events” admin page.
Commenting out the following line in
/src/Tribe/Admin_List.php
removes the duplicates:
https://github.com/the-events-calendar/the-events-calendar/blob/51f7c88c0dda9b6b0f6c4b53ff80c7849a42e08b/src/Tribe/Admin_List.php#L35There is something wrong in the
events_search_fields()
method. Perhaps your developers can do some further debugging to see what is causing this.Here’s a screenshot with the problem:
https://i.postimg.cc/zXvwVbvY/before.png
And here’s a screenshot after we’ve commented out the
'posts_fields'
filter with theevents_search_fields()
addition:https://i.postimg.cc/pdfzgKGz/after.png
If you need further info, feel free to ask.
- The topic ‘Duplicate events showing in admin area’ is closed to new replies.