mirror of
https://github.com/ansible/awx.git
synced 2026-06-03 05:57:55 -02:30
- 500 error occurs when a non-admin user attempts to add an invalid credential during schedule creation - This change checks that the user can add the object to serializer.validated_data, instead of serializer.initial_data - The invalid credential field is purged in .validated_data, so the request passes through cleanly - Fix for awx issue #4147