Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

retrieveMethod('post') not working #1355

Open
SankySyS opened this issue Jul 27, 2017 · 0 comments
Open

retrieveMethod('post') not working #1355

SankySyS opened this issue Jul 27, 2017 · 0 comments

Comments

@SankySyS
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant