fixupKeys() function in breeze.debug.js -


  function fixupkeys(em, keymappings) {     keymappings.foreach(function (km) {         var group = em._entitygroupmap[km.entitytypename];         group._fixupkey(km.tempvalue, km.realvalue);                 });   } 

for 1 of entities, seeing group return undefined, , throws error group._fixupkey().

it looks me km.entitytypename stores short name of entity, em._entitygroupmap stores concatenated name of entity it's namespace.

anyone know if breezejs bug? or doing wrong in model responsible mismatched key?

it issue implementation of custom breeze dataservice adapter. looking @ me.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -