FIX for #166
All threads resolved!
All threads resolved!
Compare changes
Files
3@@ -119,7 +119,7 @@ public class Inheritance extends EntityJob {
Fix for https://gitlab.com/caosdb/caosdb-server/-/issues/166
see also #255 (closed)
The bug was a corner case of the inheritance job when the parent did not exist. The existence of the parent has been checked a few lines above (and a non-existing parent has EntityState == UNQUALIFIED). But we need to check the QUALIFIEDness here again of course.
No manual testing required. caosdb-pyinttest!58 (merged)
For further good practices have a look at our review guidelines.