You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When rearranging, when clicking the X button on the dialog (close dialog), the modal element is not deleted but rather hidden, causing problems on the next modal open, (the colour field is not rendered correctly, opening another field a second time and saving breaks the field).
The text was updated successfully, but these errors were encountered:
I work for Moodle as a Learning Designer consultant, and I believe we witnessed something interesting because of this bug. We noticed this same behavior, but it also completely renamed/chose different dynamic fields for the positional elements. For example, we had 5 different course custom fields, and each had a different name, such as eitp_1, eitp_2, etc. After working on the repositioning, all of the custom fields pointed to the same thing, and had all renamed to eitp_1. It was pretty strange behavior and caused us to have to start the certificate over because any adjustments we attempted after that would not save properly.
FIX: in dialog.js
AFTER:
Add this:
parent.close();
When rearranging, when clicking the X button on the dialog (close dialog), the modal element is not deleted but rather hidden, causing problems on the next modal open, (the colour field is not rendered correctly, opening another field a second time and saving breaks the field).
The text was updated successfully, but these errors were encountered: