Skip to content
New issue

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

Bug: Issue on validation when creating a new LoRa Device #842

Closed
audserraCGI opened this issue Jun 22, 2022 · 0 comments
Closed

Bug: Issue on validation when creating a new LoRa Device #842

audserraCGI opened this issue Jun 22, 2022 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@audserraCGI
Copy link
Contributor

When creating a new LoRa Device with validation errors, the information "One or more validation errors occured" might be displayed on the wrong tab, and that can be confusing.

Expected Behavior

If there's a validation error in the form, the user should know which field is incorrect.

Current Behavior

Currently, if the DeviceID doesn't match the regex (16 hexadecimal character), the LoRaWan tab appears as invalid (red font) and no additional information is provided to the user.

If a issue occurs within a tab, the corresponding tab should appear as invalid and the incorrect field should be highlighted.

Additional Information

This issue most likely occurs because the DeviceID field format is checked in the "LoRaDeviceDetailsValidator.cs" file, that influences the LoRaWan tab's status.

@audserraCGI audserraCGI added the bug Something isn't working label Jun 22, 2022
@kbeaugrand kbeaugrand added this to the S30 milestone Jun 27, 2022
@kbeaugrand kbeaugrand moved this to :pencil: Todo in IoT Hub Portal Jun 27, 2022
@kbeaugrand kbeaugrand modified the milestones: S30, S31 Jul 1, 2022
@hocinehacherouf hocinehacherouf modified the milestones: S31, S32 Jul 11, 2022
@hocinehacherouf hocinehacherouf moved this from :pencil: Todo to :construction: In Progress in IoT Hub Portal Jul 11, 2022
@audserraCGI audserraCGI moved this from :construction: In Progress to :rocket: Ready in IoT Hub Portal Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 🚀 Ready
Development

No branches or pull requests

4 participants