review extra call
This commit is contained in:
@@ -18,6 +18,7 @@ var members_action = {
|
||||
result.rows.map( (rw)=>{
|
||||
console.log(rw);
|
||||
console.log(rw["uid"]);
|
||||
this.refreshActions();
|
||||
})
|
||||
}
|
||||
|
||||
@@ -32,13 +33,9 @@ var members_action = {
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
// let resultItem ={
|
||||
// "result": [],
|
||||
// "total_record": 4
|
||||
// }
|
||||
// next(null, resultItem ); // pass control to the next handler
|
||||
},
|
||||
updateSelection: async function (){
|
||||
logger.info("Ameye-Called -The-Function")
|
||||
}
|
||||
};
|
||||
module.exports = members_action;
|
||||
|
||||
Reference in New Issue
Block a user