Unfix AR-822 and defer to AR-1573.

The in-transaction work has to align with the work that will be done by the actual background archival,
but node archival doesn't fully support all model constructs and associated behaviour.
Instead of continuing to hack away at each issue that comes up, a complete archive rethink is in order.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6154 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2007-07-04 11:05:15 +00:00
parent da4677218e
commit 096729effc
14 changed files with 50 additions and 878 deletions

View File

@@ -141,21 +141,6 @@
<title>Temporary</title>
</aspect>
<!-- aspect to tag deleted nodes -->
<aspect name="sys:deletedNode">
<title>Deleted Node</title>
<properties>
<property name="sys:deletedNodeOriginalName">
<type>d:text</type>
<mandatory enforced="true">true</mandatory>
</property>
<property name="sys:deletedNodeUser">
<type>d:text</type>
<mandatory enforced="true">true</mandatory>
</property>
</properties>
</aspect>
<!-- details stored on archived nodes -->
<aspect name="sys:archived">
<title>Archived</title>