dnnsoftware / Dnn.AdminExperience

DNN (formerly DotNetNuke) Combined Admin Experience
MIT License
17 stars 39 forks source link

Scheduler: web server dropdown is failing due to javascript error #1129

Closed mikebigun closed 5 years ago

mikebigun commented 5 years ago

fixes https://github.com/dnnsoftware/Dnn.AdminExperience/issues/1128

Summary:

Event object is coming with a value and label properties of dropdown. Value corresponds to selected id and label is to selected text. It is fixed accordingly.

image

mitchelsellers commented 5 years ago

If this is desired for 9.4.1 rather than 10.0 it needs to be submitted against the Release 3.0.x branch

mikebigun commented 5 years ago

@mitchelsellers @daguiler

I'm closing this in favor of https://github.com/dnnsoftware/Dnn.AdminExperience/pull/1136 which is targeted to release/9.3.x