Implement partial undo for BCF operators. Note that undo is not supported in BCF lib itself, nor BCF API. See #1475.

This commit is contained in:
Dion Moult
2021-07-07 11:56:54 +10:00
parent 1f128fd7e4
commit db04cc1bb5
2 changed files with 37 additions and 2 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ class BcfXml:
related_topic = bcf.v3.data.RelatedTopic()
related_topic.guid = item["@Guid"]
topic.related_topics.append(related_topic)
return topic
return topic
def add_topic(self, topic=None):
if topic is None: