diff --git a/bluebell/xml.py b/bluebell/xml.py index cfea033..2fa0408 100644 --- a/bluebell/xml.py +++ b/bluebell/xml.py @@ -457,6 +457,8 @@ def get_displaced_content(start, name, marker): def rewrite_all_attachment_work_components(self, xml): """ Set unique and accurate work components on all attachments. + When attachments are renamed, this can affect other attachments' work components as well. + And because they can be edited independently, postprocessing might be our only opportunity to update the others. """ counter = defaultdict(lambda: 0) ns = xml.nsmap[None]