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
Produce to topic UI allows to select only first 25 topics because it queries only for first page of topics list.
Most likely the return model from backend is not compatible with UI. UI expects pages property, while backend returns:
pages
{ "results": [ ... ], "after": "/api/kfkmqpt/topic?page=2&search&show&uiPageSize=undefined", "page": 61, "total": 1521, "pageSize": 25 }
The text was updated successfully, but these errors were encountered:
I've tried the same approach as copy topic UI uses: #1825
Sorry, something went wrong.
cbe1f6e
No branches or pull requests
Produce to topic UI allows to select only first 25 topics because it queries only for first page of topics list.
Most likely the return model from backend is not compatible with UI. UI expects
pages
property, while backend returns:The text was updated successfully, but these errors were encountered: