Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: respond with useful information when cert is requsted #34491

Closed
wants to merge 1 commit into from

Commits on Apr 9, 2024

  1. fix: respond with useful information when cert is requsted

     This change simply makes the lms respond with useful data/status
     when learner request for generating a certficate is met.
    
      This might not have been an issue before (by before we refer to
      the time when the learning expirence wasn't handled by the MFE
      but through Django template base/server side rendering) however
      currnelly (to my observation) this view is being only requested
      as a RESTful by the MFE, thus this change transform it a
      RESTful type of view.
    
      This change goes hand in hand with the learning MFE:
       - openedx/frontend-app-learning/pull/1348
    ghassanmas committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    24d07ff View commit details
    Browse the repository at this point in the history