Commit ba6eca7
authored
Fix yast2 extension registration error dialog (#361)
Correctly check for the new connection.ApiError
When checking to see if an APIError has occurred we need to check for an
error being an instance of the new version of the error object, as found
in the pkg/connection package, rather than the old version defined in
internal/connect.
This ensures that when this type of error occurs then it is correctly
detected as an APIError and reported as such to the Ruby bindinsg that
call libsuseconnect.
Update package .changes file.
Co-Authored-By: esampson@suse.com1 parent 84c11a9 commit ba6eca7
File tree
2 files changed
+3
-1
lines changed- build/packaging
- third_party/libsuseconnect
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
303 | 304 | | |
304 | 305 | | |
305 | 306 | | |
306 | | - | |
| 307 | + | |
307 | 308 | | |
308 | 309 | | |
309 | 310 | | |
| |||
0 commit comments