-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
2 - S (<= 1 week)
-
7530
-
Not Needed
I’ve been adding the keypath filtering for objects on Dart, and I’m seeing something strange.
I’m subscribing to notifications on an object using the keypath .. I would expect that this would give me notifications for all the top level properties and one level down, but I’m getting notifications for much deeper levels when following links.
Using just a single wildcard * just gives notifications for the top level, as expected instead.
The following test is passing, but it should not.