Skip to content

Adjust sync_seat_link action to respond with JSON

Tyler Amos requested to merge 325156-manual-sync-response into master

What does this MR do?

Related to #325156

This MR adjusts the Admin::LicensesController#sync_seat_link controller action to respond with a JSON instead of a redirect. This allows the FE to leverage async actions instead of a full page refresh.

After discussion with FE, we decided to remove the messages in the response from the BE. This will be handled in the FE.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Tyler Amos

Merge request reports