Skip to content

NethVoice: Wizard views fail to render in “Video sources” and “Parameterized URLs” after Angular update #8022

@tonyco97

Description

@tonyco97

Description

After upgrading Angular (introduced in version 1.6), the wizard UI fails to render some “Applications” sections. In particular, the “Video sources” list does not show the newly added source, and the “Parameterized URLs” page triggers an AngularJS rendering error in the browser console (orderBy:notarray). This looks consistent with other already-fixed sections (e.g., phonebook/customer card) where malformed ng-repeat expressions caused orderBy to receive a non-array.

Steps to reproduce

  1. Open Wizard UI → Applications.
  2. Go to Video sources.
  3. Add a new video source and return to the list.
  4. Observe that the created source is not displayed.
  5. Go to Parameterized URLs.
  6. Open browser DevTools → Console and load the page.

Expected behavior

  • “Video sources” shows the newly added source in the list.
  • “Parameterized URLs” page renders without AngularJS console errors.

Actual behavior

  • “Video sources” does not display the newly added source.
  • “Parameterized URLs” triggers an AngularJS error and the view does not render correctly.
  • Console error:
Error: [orderBy:notarray] Expected array but received: 0
https://errors.angularjs.org/1.8.3/orderBy/notarray?p0=0

Metadata

Metadata

Assignees

Labels

nethvoiceBug or features releted to the NethVoice project

Type

No fields configured for Bug.

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions