Bugfix: error when package added that matches software title with existing VPP app (#33727)

This commit is contained in:
Martin Angers
2025-10-07 10:15:12 -04:00
committed by GitHub
parent 3edec2d4b2
commit adee5f78ed
8 changed files with 382 additions and 58 deletions
@@ -0,0 +1 @@
* Fixed a bug where a software installer could be installed in the same team and same platform (macOS) where an App Store app already existed for the same software title, and vice-versa (App Store app added when a sofware package already existed, this one was only possible just via `fleetctl gitops`).