mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-19 09:42:29 +08:00
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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user