angularjs - Breezejs, on save changes primary key value set null on some transactions -


let me provide detail description of application structure first,

  1. we have web api in application server: web api has breeze controller on top of web api application , using entity framework orm

  2. 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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -