Fix Apple profile upload error message when identifier is a duplicate. (#18272)

#18081 

# Checklist for submitter

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [x] Manual QA for all new/changed functionality
This commit is contained in:
Martin Angers
2024-04-15 16:50:14 -05:00
committed by GitHub
parent fa5e224a4a
commit 775fa70c53
3 changed files with 12 additions and 1 deletions
@@ -0,0 +1 @@
* Fixed the error message so that it indicates if a conflict error on uploading an Apple profile was caused by the profile's name or its identifier.