Farm dialog: Reset to the default farm if the current farm is removed from the farm list.
[DEVELOPMENT ENVIRONMENT] * BUG: Farm dialog: Reset to the default farm if the current farm is removed from the farm list.
This commit is contained in:
parent
fcfb9ebccd
commit
143ceedf76
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ Private Sub InitFarms()
|
|||
|
||||
cmbFarm.List = FarmRequest.GetFarms()
|
||||
cmbFarm.Text = FarmIdentity.LastFarm
|
||||
If Not cmbFarm.Text Then cmbFarm.Text = FarmIdentity.DEFAULT_FARM
|
||||
|
||||
End
|
||||
|
||||
|
|
Loading…
Reference in a new issue