Commit e2ad41c
fix(ui): initialize unconfigured wireless interface to resolve NPE, fix channel selection on hardware tab, fix validation message on empty password (#11)
* fix(ui): fix un-initialized GwtNetInterfaceConfig for active wifi configuration, set to DISABLED
Signed-off-by: Marcello Rinaldo Martina <martina.marcello.rinaldo@outlook.com>
* fix(ui): fix channel text selection for wireless Hardware tab, could cause ArrayOutOfBoundsException
Signed-off-by: Marcello Rinaldo Martina <martina.marcello.rinaldo@outlook.com>
* fix(ui): change validator order to check first for password emptyness
Signed-off-by: Marcello Rinaldo Martina <martina.marcello.rinaldo@outlook.com>
---------
Signed-off-by: Marcello Rinaldo Martina <martina.marcello.rinaldo@outlook.com>
Co-authored-by: Salvatore Coppola <83589980+salvatore-coppola@users.noreply.github.com>1 parent 5b22755 commit e2ad41c
File tree
3 files changed
+4
-3
lines changed- bundles/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web
- client/ui
- network
- validator
3 files changed
+4
-3
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1794 | 1794 | | |
1795 | 1795 | | |
1796 | 1796 | | |
1797 | | - | |
| 1797 | + | |
1798 | 1798 | | |
1799 | 1799 | | |
1800 | 1800 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | | - | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| |||
0 commit comments