# HG changeset patch # User Thierry Florac # Date 1453134599 -3600 # Node ID 35afd52c902b40185dcd7387e6f2fb04d644313c # Parent 0cb4470d7eb655e667fb10e8fde55352048dec62 Move publication attributes to pyams_workflow package diff -r 0cb4470d7eb6 -r 35afd52c902b 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 "