Skip to content

fix(ui): check if retrieval mode is unknown

Description

Configuration tab and few other places where we were checking if the retrieval mode was physical needs to have additional check to see if it is unknown.

Related issue

!664 (comment 1220958885)

Examples

On the response object we can see that the mode is unknown, so the Configuration tab is hidden and there won't be a request sent to the /admin/config API.

image

Checklist

  • MR description has been reviewed
  • MR changes are functionally tested
  • MR does NOT have API/CLI changes OR there are API/CLI changes and they have been reviewed & DOCS ARE ADJUSTED (reference doc, etc)
  • MR does NOT have UI changes OR there are UI changes and they have been reviewed & UX IS REVIEWED
Edited by Artyom Kartasov

Merge request reports