WIP: feat: #8406 upgraded CrudModel #1627

Draft
provira wants to merge 9 commits from 8406-crudModelUpdate into dev
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 5703798781 - Show all commits

View File

@ -197,11 +197,11 @@ describe('CrudModel', () => {
});
it('should set originalData and formatData with data and generate watchChanges', async () => {
data = {
data = [{
name: 'Tony',
lastName: 'Stark',
age: 42,
};
}];
vm.resetData(data);