You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When device list page is loading, there is no need to load the device models since there is no filters.
When the user is trying to filter devices by a model, he is able to type the model name and the UI returns available models that match the model name typed...
Current Behavior
During the page initialization, we are looking for the first 10 models and filter it then in the browser. If there are more than 10 models, the user is not able to filter the devices by the model if this is not present in the first bucket.
Steps to Fix
Corrections that should be done:
During the page initialization, Model list loading can be removed (by default this is already an empty array.
In Search, we should use the search text to query the API and search at the backend. We can return only the page 0 with page size 10.
Context (Environment)
Portal version: 4.5 LoRaWAN Stack version: N/A
Logs
Additional Information
The text was updated successfully, but these errors were encountered:
Expected Behavior
When device list page is loading, there is no need to load the device models since there is no filters.
When the user is trying to filter devices by a model, he is able to type the model name and the UI returns available models that match the model name typed...
Current Behavior
During the page initialization, we are looking for the first 10 models and filter it then in the browser. If there are more than 10 models, the user is not able to filter the devices by the model if this is not present in the first bucket.
Steps to Fix
Corrections that should be done:
Context (Environment)
Portal version: 4.5
LoRaWAN Stack version: N/A
Logs
Additional Information
The text was updated successfully, but these errors were encountered: