Skip to content
Snippets Groups Projects

Allow property and parent lists to be filtered.

Merged Henrik tom Wörden requested to merge f-lists into dev
3 unresolved threads
2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline

Files

+ 0
2
@@ -2598,8 +2598,6 @@ class PropertyList(list):
class ParentList(list):
# TODO unclear why this class is private. Isn't it use full for users?
def _get_entity_by_cuid(self, cuid):
'''
Get the first entity which has the given cuid.
Loading