Merge branch 'develop' into feature/AY-4802_resolve-editorial-load-editorial-exchange-package

This commit is contained in:
Jakub Ježek 2024-05-28 14:26:14 +02:00 committed by GitHub
commit 6f12820def
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -681,7 +681,7 @@ class PublishAttributeValues(AttributeValues):
@property
def parent(self):
self.publish_attributes.parent
return self.publish_attributes.parent
class PublishAttributes: