18F / identity-dashboard

Identity developer dashboard
22 stars 11 forks source link

Move Update action from API controller #741

Closed Jeremy1026 closed 8 months ago

Jeremy1026 commented 8 months ago

Relevant Ticket or Conversation:

LG-10946

Description of Changes:

The Api/ServiceProviderController#update method was called by a user button press on the front end. This feels like not the best place for this method, this PR moves it to the ServiceProviderController and renames it to publish as the action is completes is re-publishing the SPs in the int environment.

PR Checklist:

  1. [ ] Have you linted and tested your code locally prior to submission?
  2. [ ] Have you tagged the appropriate dev(s) for review?
  3. [ ] Have you linked to any relevant tickets or conversations?

PR Review Standards: