. Fix to RSS Folder Patch to also apply the Guest user privileges to the new folder

. Fix to bootstrap of content templates to NOT apply the uifacets aspect - as this means the properties they cannot be edited in the UI!
 - problem is that the dynamic properties framework is only expecting to see the uifacets aspect on a Space not Content, and so tried to show icons for it which blows up
 - will provide a patch shortly to correct the content templates on an installed system

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3536 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-08-17 10:55:46 +00:00
parent 3877dffcd4
commit 3214b12e75
4 changed files with 28 additions and 11 deletions

View File

@@ -405,6 +405,9 @@
<property name="importerService">
<ref bean="importerComponent" />
</property>
<property name="permissionService">
<ref bean="permissionService"/>
</property>
</bean>
</beans>