Assembly: Fix error on open doc in insert tool

This commit is contained in:
PaddleStroke
2026-01-13 10:57:25 +01:00
committed by Kacper Donat
parent 9c58e93f29
commit d2a50fce9a

View File

@@ -205,6 +205,7 @@ class TaskAssemblyInsertLink(QtCore.QObject):
def buildPartList(self):
self.form.partList.clear()
self.doc_item_map.clear()
docList = App.listDocuments().values()