I have been using approval_status to show which booking are approved (approval_status=2) or those that are pending (i.e. on the wait list) by using approval_status=1 as per the following code on a typical page e.g. https://birkenheadrspc.co.uk/iom-winter-series-2021-4/
Current Entries are:
[eme_bookings id=98 template_id_header=5 template_id=9 template_id_footer=10 approval_status = 2]
Wait List is:
[eme_bookings id=98 template_id_header=5 template_id=9 template_id_footer=11 approval_status = 1]
I have today noticed that entries are shown in both current entries and on the wait list. using rsvp_status doesn’t show any entries, so should I be using something other than approval_status now or is there a bug?