Skip to content

Commit

Permalink
WebForms: Partial rendering for Settinngs disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
WillStrohl committed Feb 25, 2020
1 parent 2383927 commit 67caa6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generators/webforms/templates/manifest.dnn
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<moduleControl>
<controlKey>Settings</controlKey>
<controlSrc>DesktopModules/<%= extensionName %>/Settings.ascx</controlSrc>
<supportsPartialRendering>True</supportsPartialRendering>
<supportsPartialRendering>False</supportsPartialRendering>
<controlTitle><%= extensionName %> Settings</controlTitle>
<controlType>Edit</controlType>
<iconFile />
Expand Down Expand Up @@ -116,4 +116,4 @@
</components>
</package>
</packages>
</dotnetnuke>
</dotnetnuke>

0 comments on commit 67caa6c

Please sign in to comment.