We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SuppressionList
The function suppression_list::SuppressionList(...) does not pass parameters so it is not possible to step through pages etc.
suppression_list::SuppressionList(...)
The method suppression_list::SuppressionSearch(...) is the same thing suppression_list::SuppressionList(...) should do.
suppression_list::SuppressionSearch(...)
Either suppression_list::SuppressionList(...) should be removed or it should be mapped to the suppression_list::SuppressionSearch(...) function.
Notice in the API there is no differentiation between Search and List: Suppression List API
Search
List
The text was updated successfully, but these errors were encountered:
yargevad
No branches or pull requests
The function
suppression_list::SuppressionList(...)
does not pass parameters so it is not possible to step through pages etc.The method
suppression_list::SuppressionSearch(...)
is the same thingsuppression_list::SuppressionList(...)
should do.Either
suppression_list::SuppressionList(...)
should be removed or it should be mapped to thesuppression_list::SuppressionSearch(...)
function.Notice in the API there is no differentiation between
Search
andList
: Suppression List APIThe text was updated successfully, but these errors were encountered: