angularjs - Breezejs, on save changes primary key value set null on some transactions -
let me provide detail description of application structure first,
we have web api in application server: web api has breeze controller on top of web api application , using entity framework orm
web application: mvc web application, using angularjs - breezejs ef handling
we have widget kind of forms represents 1 single entity called profile , following 7 forms 1 one relation profile entity
while start entering details, have created formatted primary key profileid , using same if primary key other tables well. along having profileid foreign key.
when saving forms, works of situation times primary keys sub entities (i.e. other profile entity profileid) set null , through exception primary key should not null value.
unusual situation here be, using profileid primary key 1 one related table.
this issue killing our process, appreciated.
Comments
Post a Comment