ansible / django-ansible-base

Apache License 2.0
12 stars 43 forks source link

Fix authenticator order #541

Closed trucdg closed 1 month ago

trucdg commented 1 month ago

Fixes AAP-28034: Changes Made:

Testing Steps:

  1. Create a new authenticator, and confirm the followings:
    • If given an order, the created authenticator's order = given order value
    • If no order was given, the created authenticator's order = max(order) + 1
  2. Update/ Delete the order of the current authenticators
  3. Back to step 1 and confirm the authenticator order is as expected
sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud