Move publication attributes to pyams_workflow package
authorThierry Florac <thierry.florac@onf.fr>
Mon, 18 Jan 2016 17:29:59 +0100
changeset 13 35afd52c902b
parent 12 0cb4470d7eb6
child 14 234db8f05928
Move publication attributes to pyams_workflow package
src/pyams_content/shared/common/interfaces/__init__.py
--- a/src/pyams_content/shared/common/interfaces/__init__.py	Mon Jan 18 17:29:16 2016 +0100
+++ b/src/pyams_content/shared/common/interfaces/__init__.py	Mon Jan 18 17:29:59 2016 +0100
@@ -104,15 +104,6 @@
                               description=_("Last principal who modified this content"),
                               required=False)
 
-    publisher = Principal(title=_("Publisher"),
-                          description=_("Name of the manager who published the document"),
-                          required=False)
-
-    publication = TextLine(title=_("Publication"),
-                           description=_("Last publication date and actor"),
-                           required=False,
-                           readonly=True)
-
     description = I18nTextField(title=_("Description"),
                                 description=_("The content's description is 'hidden' into HTML's page headers; but it "
                                               "can be seen, for example, in some search engines results as content's "