Tags: device-management-toolkit/console
Tags
fix: add name validation to CIRA config to prevent 500 on invalid con… …figName (#867) Enforce alphanumhyphenunderscore validation (^[a-zA-Z0-9_-]+$) on the in the name would pass through to downstream operations and cause a 500 Internal Server Error. With this change, invalid names are rejected at the validation layer with a proper 4xx error. Resolves device-management-toolkit/rps#2599
ci(release): fix workflows for issues found on branch
fix: derive sharedStaticIP from DHCPEnabled in profile export (#853) Previously, sharedStaticIP was hardcoded to false in the profile export configuration. It is now correctly derived as the inverse of DHCPEnabled, matching the UI behavior where selecting STATIC mode implies shared static IP is true.
PreviousNext