Entity.get_parents_recursively() does not work for unretrieved parents
Entity.get_parents_recursively() does not work unless the full ancestry has been retrieved from the server.
I can see two possible solutions:
- Retrieve parents recursively unless specified otherwise (add an additional option to only use locally stored entities).
- Only use locally stored entities, but make retrieval possible via an additional option.
Edited by Quazgar