Fixing #17515: Can't enable Indexing module in the features section of a recipe

This was cause1d by a bug in the DefaultIndexingUpdater that was processing all feature enabled events instead of just processing the feature enabled event for the Orchard.Indexing feature.
The code in that file is also obsolete and is not needed anymore.

--HG--
branch : 1.x
This commit is contained in:
Suha Can
2011-03-30 14:49:14 -07:00
parent 36b5c4172e
commit 008fa6fe7f
2 changed files with 0 additions and 48 deletions

View File

@@ -52,7 +52,6 @@
<Compile Include="Commands\IndexingCommands.cs" />
<Compile Include="Controllers\AdminController.cs" />
<Compile Include="Migrations.cs" />
<Compile Include="DefaultIndexingUpdater.cs" />
<Compile Include="Handlers\CreateIndexingTaskHandler.cs" />
<Compile Include="Handlers\InfosetFieldIndexingHandler.cs" />
<Compile Include="Models\IndexingTask.cs" />