mirror of
https://bitbucket.org/FransoletThomas/tablet-app.git
synced 2025-12-06 08:31:19 +00:00
Fix filter not working for cat children
This commit is contained in:
parent
ce390331e2
commit
53affeb814
@ -166,7 +166,7 @@ class _GeoPointFilterState extends State<GeoPointFilter> {
|
|||||||
.replaceAll("-", "");
|
.replaceAll("-", "");
|
||||||
int combinedValue = int.parse(latitudePart + longitudePart);
|
int combinedValue = int.parse(latitudePart + longitudePart);
|
||||||
|
|
||||||
return combinedValue == node.id;
|
return combinedValue == childNode.id;
|
||||||
},
|
},
|
||||||
orElse: () => GeoPointDTO(id: -1),
|
orElse: () => GeoPointDTO(id: -1),
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user