Changes for #714

This commit is contained in:
the-djmaze 2022-11-27 16:05:44 +01:00
parent a085bbb51d
commit e5ed52b79e
5 changed files with 55 additions and 39 deletions

View file

@ -105,6 +105,7 @@ export class AbstractModel {
// fall through
case 'undefined':
default:
this[key] = value;
// console.log((typeof this[key])+' '+(model.name)+'.'+key+' not revived');
}
} catch (e) {