Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #10265 from jaryn/dialog_dropdown_value_type
Browse files Browse the repository at this point in the history
Fix dialog dropdown weird behavior.
  • Loading branch information
mshriver authored Jul 24, 2020
2 parents f33bf6d + 1ba7cff commit ecced08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cfme/fixtures/ansible_tower.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def ansible_tower_dialog_rest(request, appliance):
"display": "edit",
"required": True,
"default_value": "QE",
"data_type": "string",
"values": [
[
"HR",
Expand Down

0 comments on commit ecced08

Please sign in to comment.