mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-28 04:50:16 +03:00
Add safety check to prevent deletion of resource pools that are being used by ACE configurations. If an attempt is made to delete a resource pool that has ACE rules referencing it, the API returns a 400 error with detailed information showing which users/groups are using the pool and their roles. The error message only shows the resource pool name for a clean, user-friendly experience without exposing internal path details.