mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-78478 forms: Fix repeated elements in dynamic forms
This commit is contained in:
parent
76fe404dd5
commit
c461b4d8fc
2
lib/form/amd/build/dynamicform.min.js
vendored
2
lib/form/amd/build/dynamicform.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -247,7 +247,7 @@ export default class DynamicForm {
|
||||
this.disableButtons();
|
||||
|
||||
this.getBody(formData.toString())
|
||||
.then(this.updateForm)
|
||||
.then(resp => this.updateForm(resp))
|
||||
.then(pendingPromise.resolve)
|
||||
.catch(exception => this.onSubmitError(exception));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user