mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Update error message for OS updates declaration profile
- In Fleet 4.48, we'll ship "" - OS updates w/ DDM will ship in 4.49 - Update error message to let user know OS updates w/ DDM are coming soon. - In the Figma wireframes here for () add designs for new error message copy.
This commit is contained in:
parent
8f1f1b7eb9
commit
9217625387
1 changed files with 1 additions and 1 deletions
|
|
@ -597,7 +597,7 @@ func (r *MDMAppleRawDeclaration) ValidateUserProvided() error {
|
|||
|
||||
// Check against types we don't allow
|
||||
if r.Type == `com.apple.configuration.softwareupdate.enforcement.specific` {
|
||||
return NewInvalidArgumentError(r.Type, "Declaration profile can’t include OS updates settings. To control these settings, go to OS updates.")
|
||||
return NewInvalidArgumentError(r.Type, "Declaration profile can’t include OS updates settings. OS updates coming soon!")
|
||||
}
|
||||
|
||||
if _, forbidden := ForbiddenDeclTypes[r.Type]; forbidden {
|
||||
|
|
|
|||
Loading…
Reference in a new issue