Disable changing special exam type after release date (#24118)
* Disable changing special exam type after release date
Do some client-side validation to make sure that exams
that *are* or *ever were* special may not be changed
to a special exam type (other than the current one)
after release date.
MST-258
Co-authored-by:
Zach Hancock <zhancock@edx.org>
Showing
- cms/djangoapps/contentstore/views/item.py 8 additions, 8 deletionscms/djangoapps/contentstore/views/item.py
- cms/djangoapps/contentstore/views/tests/test_item.py 13 additions, 15 deletionscms/djangoapps/contentstore/views/tests/test_item.py
- cms/static/js/views/modals/course_outline_modals.js 18 additions, 3 deletionscms/static/js/views/modals/course_outline_modals.js
- cms/templates/js/timed-examination-preference-editor.underscore 30 additions, 6 deletions...mplates/js/timed-examination-preference-editor.underscore
Please register or sign in to comment