mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Refetch dont work #237
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dufflink on GitHub (Oct 19, 2018).
Must be elements in the ListMonitor CoreStoreObject type?
allChats.refetch( self.filter.whereClause(), OrderBy<ChatsData>(.descending(\.time)) )This code dont filter my ListMonitor
I did everything as in the example