Skip to content

retrieveMethod('post') not working #1355

@SankySyS

Description

@SankySyS

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions