Hi!
I tried to change 'GET' to 'POST' for 'getList' operation using next code:
var error = nga.entity('error');
error.retrieveMethod('post');
error.listView().fields([
nga.field('ID'),
nga.field('Message'),
nga.field('StackTrace'),
nga.field('PlaceID')
]);
But it is not work.
I see that this functionality implemented:
#1025
#555
Maybe i missed something or doing this wrong. Or maybe it is not working.