jambonz / jambonz-webapp

A simple provisioning web app for jambonz
MIT License
5 stars 21 forks source link

Label state is "null" when the Application form is loaded even though UI shows differently #368

Closed EgleHelms closed 9 months ago

EgleHelms commented 9 months ago

Repro steps:

  1. Create Speech credentials with labels only (dont have any without labels)
  2. In application choose the vendor
  3. Leave the Label as it shows in the UI (since there is no credential that has no label, it will show the other labels) like this

image

  1. Make a call

Result:

image

Seems like in db this is still saved as NULL. So the UI representation on what is selected is not accurate, you need to select the Label explicitly one more time to make sure to fill the "Label" state.