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
- Open Wizard UI → Applications.
- Go to Video sources.
- Add a new video source and return to the list.
- Observe that the created source is not displayed.
- Go to Parameterized URLs.
- 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
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 malformedng-repeatexpressions causedorderByto receive a non-array.Steps to reproduce
Expected behavior
Actual behavior