To my memory, no changes have been made to the users table or the chapter events table where the row visibility/view filtering is now not working. The chapter events table rows are currently invisible to anyone with a role and is only visible when the user is set to “anyone”, which is pretty much the opposite of how it’s set up. We do have this happen with Glide somewhat often where nothing has changed but the logic seems to be applying inconsistently, and then it reverts back eventually.
Users: Has one column named “Role”
Chapter events table: Has four columns that are each set as row owner. We have 4 types of roles and each chapter event is always visible by two of those roles, and then is visible or invisible to the third and fourth roles.
This typically has the outcome of when we reference this table in the app layout, all chapters’ events are visible to Admins and ELMs, and then only Coaches or BOD assigned to a given chapter will see the chapter’s events. Currently, no rows/events are visible to anyone.
