src/pyams_content/shared/common/interfaces/__init__.py
changeset 1028 3a608029647e
parent 963 fff756709617
child 1223 99a4c33e2962
--- a/src/pyams_content/shared/common/interfaces/__init__.py	Fri Oct 19 17:19:36 2018 +0200
+++ b/src/pyams_content/shared/common/interfaces/__init__.py	Mon Oct 22 17:10:16 2018 +0200
@@ -225,6 +225,8 @@
 class ISharedContent(IWorkflowManagedContent):
     """Workflow managed shared content interface"""
 
+    published_version = Attribute("Link to actually published version")
+
 
 class ISharedContentFactory(Interface):
     """Workflow managed shared content factory interface"""