dwestness
dwestness
Thanks @bugy for pointing me in this direction. I had overlooked the option for dynamic includes here. I was able to get it working for my immediate needs perfectly. For...
I also have the same issue. Upvote here
Thanks! I had already updated all my summarize nodes to 1.1 to mitigate impact on my end. Appreciate the follow up!
I cannot reproduce it with new users and collections. This issue seems to have only manifested recently for some existing users. We recently not only updated to 1.34.3, but also...
@stefan0xC It appears you are correct. Was this option supposed to be deprecated? Why would this no longer be visible in the admin console? access_all -- true
Thanks for the insights. At least this provides an explanation to the behavior we are seeing. If a course correction could be handled via a migration that would be great,...
I used this query to identify all "User" types in my instance that had this flag set ``` SELECT organizations.name, users.email,users_organizations.access_all,users_organizations.status,users_organizations.atype FROM users_organizations LEFT JOIN users ON users_organizations.user_uuid = users.uuid...
Any word on getting this effort moved forward?