Skip to content

Configuration Builder: MaxInactivityTimeDeviceLock time description incorrect #40847

@GrayW

Description

@GrayW

💥  Actual behavior

The tooltip on the configuration builder mistakenly lists seconds for the setting, rather than minutes as described in the Microsoft documentation

                name: 'Maximum inactivity time before device locks with external display',
                uniqueSlug: 'windows-device-lock-max-inactivity-before-device-locks-with-external-display',
                category: 'Device lock',
                tooltip: 'The number of seconds a device can remain inactive while using an external monitor before a password is required to unlock the device.',
                supportedAccessTypes: ['add', 'replace'],
                alsoAutoSetWhenSelected: [
                  {
                    dependingOnSettingSlug: 'windows-device-lock-enable-device-lock',
                    dependingOnSettingValue: true,
                  }
                ],

https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-devicelock#maxinactivitytimedevicelock

This leads to a mis-configuration of this setting.

🛠️ To fix

  • Update tooltip to minutes, rather than seconds
  • Update form input maxValue and unitLabel

Metadata

Metadata

Assignees

No one assigned

    Labels

    #g-websiteProduct group: Website (fleetdm.com)bugSomething isn't working as documented~unreleased bugThis bug was found in an unreleased version of Fleet.

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions