You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on collective/collective.exportimport#107 I realize that exprting AT content revisions returns the data of the current object for all versions.
The reason is simple. in atcontent self.context is used instead of obj to get the seriallizer:
While working on collective/collective.exportimport#107 I realize that exprting AT content revisions returns the data of the current object for all versions.
The reason is simple. in atcontent
self.context
is used instead ofobj
to get the seriallizer:The text was updated successfully, but these errors were encountered: