Part: Rename AttachExtension::Support property to AttachmentSupport, to avoid name conflict with base features. Fixes #7052

This commit is contained in:
Josh Coalson
2024-03-02 10:35:11 -08:00
committed by Adrián Insaurralde Avalos
parent 4e29ce1fcf
commit a8ae56e06a
55 changed files with 162 additions and 197 deletions

View File

@@ -588,7 +588,7 @@ class DraftModification(unittest.TestCase):
obj = Draft.make_clone(box1)
obj.MapMode = "ObjectXY"
obj.Support = [(box2, ("",))]
obj.AttachmentSupport = [(box2, ("",))]
App.ActiveDocument.recompute()
box1.Length = 1