Skip to content

Commit

Permalink
Merge pull request #4681 from sbwalker/dev
Browse files Browse the repository at this point in the history
add disclaimer to System Update feature
  • Loading branch information
sbwalker authored Sep 27, 2024
2 parents 3398c1c + ea28469 commit 393cf8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Oqtane.Client/Modules/Admin/Upgrade/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
}
else
{
AddModuleMessage(Localizer["Disclaimer.Text"], MessageType.Warning);

List<Package> packages = await PackageService.GetPackagesAsync("framework", "", "", "");
if (packages != null)
{
Expand Down
3 changes: 3 additions & 0 deletions Oqtane.Client/Resources/Modules/Admin/Upgrade/Index.resx
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,7 @@
<data name="Localhost.Text" xml:space="preserve">
<value>You Cannot Perform A System Update In A Development Environment</value>
</data>
<data name="Disclaimer.Text" xml:space="preserve">
<value>Please Note That The System Update Capability Is A Simplified Upgrade Process Intended For Small To Medium Sized Installations. For Larger Enterprise Installations You Will Want To Use A Manual Upgrade Process. Also Note That The System Update Capability Is Not Recommended When Using Microsoft Azure Due To The Limitations Of That Environment. </value>
</data>
</root>

0 comments on commit 393cf8d

Please sign in to comment.