Skip to content

Instantly share code, notes, and snippets.

@sujaypillai
Created June 1, 2015 11:30
Show Gist options
  • Save sujaypillai/b49b2d53f10647dedfec to your computer and use it in GitHub Desktop.
Save sujaypillai/b49b2d53f10647dedfec to your computer and use it in GitHub Desktop.
Over ridden ac-email-templates
<bean id="ac-email-templates" class="org.ootb.repo.action.constraint.FolderContentsParameterConstraint" parent="action-constraint">
<property name="dictionaryService" ref="dictionaryService"/>
<property name="searchService" ref="searchService"/>
<property name="nodeService" ref="nodeService"/>
<property name="namespaceService" ref="namespaceService" />
<property name="repository" ref="repositoryHelper" />
<property name="cacheAllowableValues" value="false" />
<property name="searchPath" >
<list>
<value>/app:company_home/app:dictionary/app:email_templates/app:notify_email_templates</value>
<value>/app:company_home/app:dictionary/app:ootb/app:ootb_email_templates/cm:notify</value>
</list>
</property>
<property name="nodeInclusionFilter">
<list>
<value>ftl</value>
</list>
</property>
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment