Part: Rename AttachExtension::Support property to AttachmentSupport, to avoid name conflict with base features. Fixes #7052
This commit is contained in:
committed by
Adrián Insaurralde Avalos
parent
2643902b6b
commit
fbd8767242
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user