mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-4128 : transfer service.
alien nodes : restore and move implementation and unit test git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@21744 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -2108,3 +2108,7 @@ trx.endpointpath=Target Path
|
|||||||
trx.progressPosition=Current Progress
|
trx.progressPosition=Current Progress
|
||||||
trx.progressEndpoint=Progress Endpoint
|
trx.progressEndpoint=Progress Endpoint
|
||||||
trx.transferStatus=Current Status
|
trx.transferStatus=Current Status
|
||||||
|
|
||||||
|
trx.fromRepositoryId=Transferred From
|
||||||
|
trx.repositoryId=Transferred Origin
|
||||||
|
trx.invadedBy=Contains transfers
|
||||||
|
@@ -750,6 +750,17 @@
|
|||||||
</property-sheet>
|
</property-sheet>
|
||||||
</config>
|
</config>
|
||||||
|
|
||||||
|
<config evaluator="aspect-name" condition="trx:alien">
|
||||||
|
<property-sheet>
|
||||||
|
<show-property name="trx:invadedBy" read-only="true" display-label-id="trx.invadedBy" show-in-edit-mode="false"/>
|
||||||
|
</property-sheet>
|
||||||
|
</config>
|
||||||
|
|
||||||
|
<config evaluator="aspect-name" condition="trx:transferred">
|
||||||
|
<property-sheet>
|
||||||
|
<show-property name="trx:repositoryId" read-only="true" display-label-id="trx.repositoryId" show-in-edit-mode="false"/>
|
||||||
|
<show-property name="trx:fromRepositoryId" read-only="true" display-label-id="trx.fromRepositoryId" />
|
||||||
|
</property-sheet>
|
||||||
|
</config>
|
||||||
|
|
||||||
</alfresco-config>
|
</alfresco-config>
|
||||||
|
Reference in New Issue
Block a user