Description of problem:
When we are using dynamic text boxes, it shows <None> as default value. User has to remove value <None> and enter the text. We expect this to be blank.
Version-Release number of selected component (if applicable):
5.7.x
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
By making following changes, we are able to fix dynamic textbox showing "<None>" as default value.
[root@cfme29 vmdb]# diff /root/dialog_field_text_box.rb app/models/dialog_field_text_box.rb
11c11
< "<None>"
---
> ""
#systemctl restart evmserverd "
Additional info:
Description of problem: When we are using dynamic text boxes, it shows <None> as default value. User has to remove value <None> and enter the text. We expect this to be blank. Version-Release number of selected component (if applicable): 5.7.x How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: By making following changes, we are able to fix dynamic textbox showing "<None>" as default value. [root@cfme29 vmdb]# diff /root/dialog_field_text_box.rb app/models/dialog_field_text_box.rb 11c11 < "<None>" --- > "" #systemctl restart evmserverd " Additional info: