MDL-77922 core_courseformat: add pending to move activity modal

This commit is contained in:
Ferran Recio
2023-04-20 14:49:27 +08:00
committed by Simey Lameze
parent 69e8820de1
commit cc46c0158a
3 changed files with 6 additions and 2 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -258,6 +258,8 @@ export default class extends BaseComponent {
event.preventDefault();
const pendingModalReady = new Pending(`courseformat/actions:prepareMoveCmModal`);
// The section edit menu to refocus on end.
const editTools = this._getClosestActionMenuToogler(target);
@@ -333,6 +335,8 @@ export default class extends BaseComponent {
this.reactive.dispatch('cmMove', [cmId], targetSectionId, targetCmId);
this._destroyModal(modal, editTools);
});
pendingModalReady.resolve();
}
/**