Skip to content

Commit 39baa78

Browse files
authoredOct 8, 2018
Merge pull request #37 from valadas/Issue-34
Tricked DNNtc to create the manifest with supports Searchable
2 parents b545246 + 491496f commit 39baa78

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed
 

‎Components/FAQsController.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ namespace DotNetNuke.Modules.FAQs
4444
/// Main controller class for FAQs
4545
/// </summary>
4646
[DNNtc.BusinessControllerClass()]
47-
public class FAQsController : ModuleSearchBase, IPortable
47+
public class FAQsController : ModuleSearchBase, IPortable // : ISearchable <--- Do not remove this comment, it is required to make DNNtc packager to the old ISearchable is implemented to generate proper manifest
4848
{
4949
public const int MAX_DESCRIPTION_LENGTH = 100;
5050

‎DotNetNuke.FAQs.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@
199199
</None>
200200
<None Include="Installation\Uninstall.SqlDataProvider" />
201201
<None Include="Module.css" />
202+
<Content Include="Installation\ReleaseNotes\Release.05.04.02.txt" />
202203
<Content Include="Installation\ReleaseNotes\Release.05.04.01.txt" />
203204
<Content Include="Installation\ReleaseNotes\Release.05.04.00.txt" />
204205
<Content Include="packages.config" />

‎Installation/DNN_FAQs.dnn

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
<businessControllerClass>DotNetNuke.Modules.FAQs.FAQsController,DotNetNuke.Modules.FAQs</businessControllerClass>
6969
<supportedFeatures>
7070
<supportedFeature type="Portable" />
71+
<supportedFeature type="Searchable" />
7172
</supportedFeatures>
7273
<moduleDefinitions>
7374
<moduleDefinition>

‎Installation/ReleaseNotes/Release.05.04.02.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<p>FAQs 05.04.02 will work for any DNN version 8.0.4 and up and as been tested up to Dnn 9.2.2</p>
33
<p><strong>BUG FIXES</strong></p>
44
<ul>
5-
<li>None</li>
5+
<li>#34 Fixed an issue that prevented indexing the module content.</li>
66
</ul>
77
<p><strong>CHANGES</strong></p>
88
<ul>

0 commit comments

Comments
 (0)
Failed to load comments.