Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saving settings in /admin/settings overwrites other settings #4175

Open
Omzig opened this issue Dec 23, 2024 · 0 comments
Open

Saving settings in /admin/settings overwrites other settings #4175

Omzig opened this issue Dec 23, 2024 · 0 comments
Labels
bug Something isn't working PowerShell Universal Issue relates to PowerShell Universal. requires triage Issue has not yet been verified by the development team. v4 Version 4 issue.
Milestone

Comments

@Omzig
Copy link
Collaborator

Omzig commented Dec 23, 2024

Description of Issue

when i try to save settings, the settings get overwritten

workaround

$Parameters = @{
    SessionTimeout    = 90
    LogLevel          = "Error"
    MicrosoftLogLevel = "Warning"
}
Set-PSUSetting @Parameters

#region PSUFooter
Set-PSUSetting -DefaultDashboardTheme "MaterialDesign" -ScriptBaseFolder "Scripts"
#endregion

Version

4.5.0

Severity

Low

Hosting Method

Nested IIS

Operating System

Windows

Database

LiteDB

Licensed

Yes

Features

No response

Additional Environment data

No response

Screenshots/Animations

No response

@Omzig Omzig added bug Something isn't working PowerShell Universal Issue relates to PowerShell Universal. requires triage Issue has not yet been verified by the development team. v4 Version 4 issue. labels Dec 23, 2024
@Omzig Omzig changed the title Saving settings in /admin/settings overrates other settings Saving settings in /admin/settings overwrites other settings Dec 23, 2024
@adamdriscoll adamdriscoll added this to the 4.5.1 milestone Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working PowerShell Universal Issue relates to PowerShell Universal. requires triage Issue has not yet been verified by the development team. v4 Version 4 issue.
Projects
None yet
Development

No branches or pull requests

2 participants