mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 09:12:57 -07:00
Fixed the release build issue where we could not access the settings #239
This commit is contained in:
parent
80d2a7f8e1
commit
170e1bc4fb
4 changed files with 7 additions and 7 deletions
|
@ -100,7 +100,7 @@ namespace PlexRequests.UI.Modules
|
||||||
private Negotiator SlackNotifications()
|
private Negotiator SlackNotifications()
|
||||||
{
|
{
|
||||||
var settings = SlackSettings.GetSettings();
|
var settings = SlackSettings.GetSettings();
|
||||||
return View["SlackNotifications", settings];
|
return View["Admin/SlackNotifications", settings];
|
||||||
}
|
}
|
||||||
|
|
||||||
private Response SaveSlackNotifications()
|
private Response SaveSlackNotifications()
|
||||||
|
|
|
@ -451,9 +451,6 @@
|
||||||
<Content Include="Views\Admin\Settings.cshtml">
|
<Content Include="Views\Admin\Settings.cshtml">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="Views\Admin\_Sidebar.cshtml">
|
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
||||||
</Content>
|
|
||||||
<Content Include="Views\Login\Register.cshtml">
|
<Content Include="Views\Login\Register.cshtml">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
@ -499,7 +496,10 @@
|
||||||
<Content Include="Views\Admin\Headphones.cshtml">
|
<Content Include="Views\Admin\Headphones.cshtml">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="Views\AdminNotifications\SlackNotifications.cshtml">
|
<Content Include="Views\Admin\_Sidebar.cshtml">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
|
<Content Include="Views\Admin\SlackNotifications.cshtml">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<None Include="Web.Debug.config">
|
<None Include="Web.Debug.config">
|
||||||
|
|
|
@ -3,9 +3,9 @@ configuration: Release
|
||||||
assembly_info:
|
assembly_info:
|
||||||
patch: true
|
patch: true
|
||||||
file: '**\AssemblyInfo.*'
|
file: '**\AssemblyInfo.*'
|
||||||
assembly_version: '1.7.2'
|
assembly_version: '1.7.3'
|
||||||
assembly_file_version: '{version}'
|
assembly_file_version: '{version}'
|
||||||
assembly_informational_version: '1.7.2'
|
assembly_informational_version: '1.7.3'
|
||||||
before_build:
|
before_build:
|
||||||
- cmd: appveyor-retry nuget restore
|
- cmd: appveyor-retry nuget restore
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue