fix: (#194) to support Location classes located in other non-location classes (e.g. inside Object) (#207)

* Safely stop Location path calculation on first non-location parent

* added a test

* changelog

* added result file and renamed test models

Co-authored-by: Gennadi Kudrjavtsev <gennadi@agrello.org>
This commit is contained in:
Gennadi Kudrjavtsev
2022-02-23 17:24:57 +02:00
committed by GitHub
parent 019b2cf4db
commit f919a6a4b1
8 changed files with 149 additions and 21 deletions

View File

@ -1,6 +1,7 @@
# Changelog
## Unreleased
- Fixed support Location classes located in other non-location classes
### Added