AndreyAttr / Evo

Evo repo
MIT License
0 stars 1 forks source link

Strange changes in structure of form model onto mutation component after submit changes #72

Open AndreyAttr opened 7 years ago

AndreyAttr commented 7 years ago

before: 2017-08-01_1820 after: 2017-08-01_1822

AndreyAttr commented 7 years ago

It's probably caused by this line of code: const mutatedSites: Site[] = ObjectHelper.deepCopyArray<Site>(formModel.formGroups); //Error: formModel.formGroups.controls or what probably most real - this one: this.reset();