We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8fa26 commit 309d358Copy full SHA for 309d358
contentctl/objects/content_versioning_service.py
@@ -283,10 +283,9 @@ def activate_versioning(self) -> None:
283
Activate the content versioning service
284
"""
285
# Post to the SA-ContentVersioning service to set versioning status
286
- if self.indexbased_content_versioning:
287
- self._query_content_versioning_service(
288
- method="POST", body={"versioning_activated": True}
289
- )
+ self._query_content_versioning_service(
+ method="POST", body={"versioning_activated": True}
+ )
290
291
# Wait for versioning to be activated for ES 8.3.0+
292
if self.kvstore_content_versioning:
0 commit comments