rename indexes "title" => "Title" and "searchable_text" => "SearchableText".

svn path=/plone.app.discussion/trunk/; revision=27250
This commit is contained in:
Timo Stollenwerk 2009-05-31 18:20:41 +00:00
parent ca7752714b
commit 1340aefe4e
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
/>
<!-- adapters for indexes -->
<adapter name="title" factory=".catalog.comment_title" />
<adapter name="searchable_text" factory=".catalog.comment_searchable_text" />
<adapter name="Title" factory=".catalog.comment_title" />
<adapter name="SearchableText" factory=".catalog.comment_searchable_text" />
</configure>