REST API command support for launching the XForms edit content dialog. AVM Templating API addition to retrieve the list of modified items for a sandbox user.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5858 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2007-06-05 20:21:57 +00:00
parent 494859be2d
commit 74b2ac0c79
2 changed files with 98 additions and 29 deletions

View File

@@ -46,6 +46,9 @@
<property name="serviceRegistry">
<ref bean="ServiceRegistry"/>
</property>
<property name="nameMatcher">
<ref bean="globalPathExcluder"/>
</property>
</bean>
<bean id="sessionTemplateExtension" parent="baseTemplateImplementation" class="org.alfresco.repo.template.Session">