mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- replaced cm:contentupdated and blg:released aspects by a single cm:syndication aspect that provides cm:published and cm:updated date properties
- fixed two i18n messages in the editpost component git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10988 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -122,19 +122,6 @@
|
|||||||
</associations>
|
</associations>
|
||||||
</aspect>
|
</aspect>
|
||||||
|
|
||||||
|
|
||||||
<aspect name="blg:released">
|
|
||||||
<title>Release date</title>
|
|
||||||
<properties>
|
|
||||||
<!-- Released = not a draft anymore -->
|
|
||||||
<property name="blg:released">
|
|
||||||
<title>Post released</title>
|
|
||||||
<type>d:datetime</type>
|
|
||||||
<mandatory>true</mandatory>
|
|
||||||
</property>
|
|
||||||
</properties>
|
|
||||||
</aspect>
|
|
||||||
|
|
||||||
</aspects>
|
</aspects>
|
||||||
|
|
||||||
</model>
|
</model>
|
@@ -928,14 +928,16 @@
|
|||||||
</associations>
|
</associations>
|
||||||
</aspect>
|
</aspect>
|
||||||
|
|
||||||
<aspect name="cm:contentupdated">
|
<aspect name="cm:syndication">
|
||||||
<title>Content updated</title>
|
<title>Content syndication</title>
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Last updated timestamp of node "content". -->
|
<property name="cm:published">
|
||||||
<property name="cm:contentupdatedate">
|
<title>Published</title>
|
||||||
<title>Last updated</title>
|
<type>d:datetime</type>
|
||||||
|
</property>
|
||||||
|
<property name="cm:updated">
|
||||||
|
<title>Updated</title>
|
||||||
<type>d:datetime</type>
|
<type>d:datetime</type>
|
||||||
<mandatory>true</mandatory>
|
|
||||||
</property>
|
</property>
|
||||||
</properties>
|
</properties>
|
||||||
</aspect>
|
</aspect>
|
||||||
|
Reference in New Issue
Block a user