mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
. Fixes/improvements for handling of author/creator in the repository and the web-client:
- added new aspect called "cm:author" with a single text property "cm:author" - fixed the content meta-data extractors to set the new cm:author property rather than the system cm:creator property (which was causing a couple of bugs spotted recently) - fixed the web-client to set the new cm:author property rather than the cm:creator property from user entered data into the UI - fixed web-client config of document properties screen to display cm:author - fixed client to not allow editing of the cm:creator value git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2034 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -552,7 +552,6 @@ general=General
|
||||
file_name=File Name
|
||||
content_type=Content Type
|
||||
content_format=Content Format
|
||||
author=Author
|
||||
inline_editable=Inline Editable
|
||||
locate_document=Locate document to upload
|
||||
location=Location
|
||||
|
@@ -177,7 +177,7 @@
|
||||
<override from-outcome="deleteSpace" to-view-id="/jsp/forums/delete-topic.jsp" />
|
||||
</navigation>
|
||||
</config>
|
||||
|
||||
|
||||
<config evaluator="node-type" condition="dictionaryModel">
|
||||
<property-sheet>
|
||||
<show-property name="modelActive"/>
|
||||
@@ -251,11 +251,17 @@
|
||||
</property-sheet>
|
||||
</config>
|
||||
|
||||
<config evaluator="aspect-name" condition="author">
|
||||
<property-sheet>
|
||||
<show-property name="author"/>
|
||||
</property-sheet>
|
||||
</config>
|
||||
|
||||
<config evaluator="aspect-name" condition="auditable">
|
||||
<property-sheet>
|
||||
<show-property name="creator"/>
|
||||
<show-property name="creator" readOnly="true"/>
|
||||
<show-property name="created" readOnly="true"/>
|
||||
<show-property name="modifier"/>
|
||||
<show-property name="modifier" readOnly="true"/>
|
||||
<show-property name="modified" readOnly="true"/>
|
||||
</property-sheet>
|
||||
</config>
|
||||
|
Reference in New Issue
Block a user