MOBILE-2693 data: Fix updating entries with changed files
parent
dc023afa37
commit
2537e06a24
|
@ -303,7 +303,7 @@ export class AddonModDataEditPage {
|
||||||
|
|
||||||
this.jsData = {
|
this.jsData = {
|
||||||
fields: this.fields,
|
fields: this.fields,
|
||||||
contents: this.entry.contents,
|
contents: this.utils.clone(this.entry.contents),
|
||||||
form: this.editForm,
|
form: this.editForm,
|
||||||
data: this.data,
|
data: this.data,
|
||||||
errors: this.errors
|
errors: this.errors
|
||||||
|
|
Loading…
Reference in New Issue