eduNEXT / eox-core

eox-core is a plugin to extend the core functionality in Open edX
GNU Affero General Public License v3.0
15 stars 9 forks source link

fix(DS-375): UnboundLocalError for enrollment backend #242

Closed Henrrypg closed 1 year ago

Henrrypg commented 1 year ago

This PR is to solve https://github.com/eduNEXT/eox-core/issues/240

How to test

You can try to enroll user to a course twice, with this fix, in the second enroll it show the the error message correctly:

image

Otherwise:

image