Closed achernevskii closed 11 months ago
Object Csvimporttask is not readable, because the action field is in _return_fields.
Csvimporttask
action
_return_fields
This happens, because the action field is marked as standard in the WAPI schema.
standard
e2e_tests/test_search_csvimporttask
Issue/Feature description
Object
Csvimporttask
is not readable, because theaction
field is in_return_fields
.This happens, because the
action
field is marked asstandard
in the WAPI schema.How it was fixed/implemented
Tests
e2e_tests/test_search_csvimporttask
-- An end-to-end test that checks ifCsvimporttask
obeject is readable.