Hi
This is fairly small, but when I was testing our install I noticed that the Calendar View doesn’t always update to show the correct number of places booked.
One event we set up had 2 places booked and confirmed, yet calendar view was telling us that there was only 1 place booked.
It does eventually update so it’s not a major issue, but might be worth checking?
Thanks
Rebecca Rumble
Thanks for reporting this, it would seem that the stats are caught up in the cache. I’ll look into this.
Stephen Harris
Thanks for reporting this, it would seem that the stats are caught up in the cache. I’ll look into this.
Stephen Harris
Just wondering if you got anywhere with this at all?
I’ve advised the client to avoid the admin calendar page and use the bookings page as it has the same information and is filterable.
but they are really keen to use the admin calendar rather than the booking page.
Rebecca Rumble
Hi Rebecca,
This issue hasn’t been but should be included as part of the v1.11.0 update.
In the mean time, you can disable the cache of the admin calendar by adding the following:
add_filter( 'pre_transient_eo_full_calendar_admin', '__return_null' );
to either a utility plug-in or your theme’s functions.php
Stephen Harris
Cheers for that.
Much appreciated.
Rebecca Rumble