Changes

Jump to navigation Jump to search
m
no edit summary
Line 45: Line 45:  
current_entity = wbproc.checkentity( relational_id_list );
 
current_entity = wbproc.checkentity( relational_id_list );
 
// This should return an object of relations and ids
 
// This should return an object of relations and ids
 +
 +
pdxb = new idxdbContainer( mw );
 +
// pdxdb.EnqueuePDIO('update record', Date.now(), window.location.href); // simple timestamp tracking
 +
 +
pdui = new interfaceMediaContainer( mw, pdxb );
 +
 +
 +
Object.keys(current_entity).forEach( function ( entity_checked ){
 +
if ( Object.keys( current_entity[entity_checked] ).length > 0 ) {
 +
pdui.renderInterface( entity_checked );
 +
}
 +
});
    
console.log("test: ")
 
console.log("test: ")
 
console.log(current_entity);
 
console.log(current_entity);
  −
pdxdb = new idxdbContainer( mw );
  −
pdxdb.EnqueuePDIO('update record', Date.now(), Date.now());
      
});
 
});
530

edits

Navigation menu