You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you create a bucket in a thread and you delete the bucket collection you are unable to delete the original thread.
The deleted thread command succeeds but the thread remains in the thread list.
Steps to reproduce the issue:
Create Thread > Create Bucket In Thread > Delete Collection Named Buckets in Thread > Delete Thread > List Threads
Expected Behavior:
The thread should no longer be on the thread list.
The text was updated successfully, but these errors were encountered:
This is via the js libs.
Essentially when you create a Bucket in a thread, the operation creates a collection in that thread called Buckets that contains meta-information about the buckets. If you perform a delete collection operation on the Buckets collection it prevents the Thread from being deleted.
If you create a bucket in a thread and you delete the bucket collection you are unable to delete the original thread.
The deleted thread command succeeds but the thread remains in the thread list.
Steps to reproduce the issue:
Create Thread > Create Bucket In Thread > Delete Collection Named
Buckets
in Thread > Delete Thread > List ThreadsExpected Behavior:
The thread should no longer be on the thread list.
The text was updated successfully, but these errors were encountered: