<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<!– Logger Action Bean –>
<bean id="set-web-flag" class="org.alfresco.test.executer.SetWebFlag" parent="action-executer">
<property name="nodeService">
<ref bean="nodeService" />
</property>
<property name="publicAction">
<value>true</value>
</property>
</bean>
<!– Load the Logger Action Messages –>
<bean id="someco-action-messages" parent="actionResourceBundles">
<property name="resourceBundles">
<list>
<value>alfresco.extension.test-actions</value>
</list>
</property>
</bean>
</beans>
set-web-flag.title=Sets the SC Web Flag
set-web-flag.description=This will add the sc:webable aspect and set the isActive flag.
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.