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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
As with Core Data's NSFetchRequest, we should allow removal of a style layer predicate by setting it to nil. That other API also converts the TRUE (always on) predicate to nil upon roundtripping. Otherwise, there's not an obvious way to remove the predicate (Studio analog: filters) from a layer.
The text was updated successfully, but these errors were encountered:
The predicate property was declared as nullable but setting it to nil didn’t work. This issue was reported again in #7704 and fixed in #7705, which made it into v3.4.0.
As with Core Data's
NSFetchRequest
, we should allow removal of a style layer predicate by setting it tonil
. That other API also converts theTRUE
(always on) predicate tonil
upon roundtripping. Otherwise, there's not an obvious way to remove the predicate (Studio analog: filters) from a layer.The text was updated successfully, but these errors were encountered: