WIP migrate types to partial editing. See #1222.

This commit is contained in:
Dion Moult
2021-01-07 10:47:50 +11:00
parent 02ac150a51
commit fcc2b9ee13
18 changed files with 330 additions and 87 deletions
@@ -15,7 +15,7 @@ class Usecase:
contained_in_structure = self.settings["product"].ContainedInStructure
contains_elements = self.settings["relating_structure"].ContainsElements
if contains_elements and contained_in_structure == contains_elements:
if contains_elements and contained_in_structure and contained_in_structure[0] == contains_elements[0]:
return
if contained_in_structure: