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
Describe the bug
If the logged-in user's RadiusGroup does not define any checks, then an empty box is shown where the user's usage is shown.
Steps To Reproduce Steps to reproduce the behavior:
power-users
Expected behavior The empty div should not appear if the API endpoint returns an empty list for checks.
Add an automated test for this case.
Screenshots
The text was updated successfully, but these errors were encountered:
I suspect the error to be present here
openwisp-wifi-login-pages/client/components/status/status.js
Lines 343 to 371 in 8fc0221
Sorry, something went wrong.
@pandafy This can be solved by checking condition if options.userChecks.length===0 Then we will return a word like item not present etc
No branches or pull requests
Describe the bug
If the logged-in user's RadiusGroup does not define any checks, then an empty box is shown where the user's usage is shown.
Steps To Reproduce
Steps to reproduce the behavior:
power-users
.Expected behavior
The empty div should not appear if the API endpoint returns an empty list for checks.
Add an automated test for this case.
Screenshots
The text was updated successfully, but these errors were encountered: