Skip to content

fix for issue #353

Andrzej Lisak requested to merge abw_issue353 into develop

Almost all database_api calls had no default values for their arguments. If omitted from call they would stay uninitialized. Now limit defaults to 0, which became forbidden value. order defaults to new value not_set. Also passing call with empty list where it is main source of data for the request became forbidden as well (f.e. find_comments with empty list of comments).

Merge request reports