You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.
On a scheduler, web server dropdown failing due to javascript error.
Steps to reproduce
Make sure multiple web servers are added
Login as admin
Go to Persona Bar -> Settings
Go to Scheduler - > Scheduler tab
Change web server in dropdown
Current result
List of schedulers is not selecting according to selected web server. There is a javascript error saying that selectedIndex is undefined.
Expected result
Dropdown should work properly. List of schedulers should be selected according to web server. No js error should appear.
Screenshots
Error log
Uncaught TypeError: Cannot read property 'selectedIndex' of undefined
at t.value (:1:88552)
at Dropdown.value (export-bundle.js?cdv=52:1)
at Object. (export-bundle.js?cdv=52:90)
at _ (export-bundle.js?cdv=52:90)
at export-bundle.js?cdv=52:90
at E (export-bundle.js?cdv=52:90)
at O (export-bundle.js?cdv=52:90)
at k (export-bundle.js?cdv=52:90)
at L (export-bundle.js?cdv=52:90)
at wn (export-bundle.js?cdv=52:90)
Affected version
9.3.2
9.3.1
9.2.2
9.2.1
9.2
9.1.1
9.1
9.0
The text was updated successfully, but these errors were encountered:
Description of bug
On a scheduler, web server dropdown failing due to javascript error.
Steps to reproduce
Persona Bar
->Settings
Scheduler
- >Scheduler tab
Current result
List of schedulers is not selecting according to selected web server. There is a javascript error saying that
selectedIndex
is undefined.Expected result
Dropdown should work properly. List of schedulers should be selected according to web server. No js error should appear.
Screenshots
Error log
Uncaught TypeError: Cannot read property 'selectedIndex' of undefined
at t.value (:1:88552)
at Dropdown.value (export-bundle.js?cdv=52:1)
at Object. (export-bundle.js?cdv=52:90)
at _ (export-bundle.js?cdv=52:90)
at export-bundle.js?cdv=52:90
at E (export-bundle.js?cdv=52:90)
at O (export-bundle.js?cdv=52:90)
at k (export-bundle.js?cdv=52:90)
at L (export-bundle.js?cdv=52:90)
at wn (export-bundle.js?cdv=52:90)
Affected version
The text was updated successfully, but these errors were encountered: