Explorar el Código

Masterdata laoding enhancement, brands added

master
Flo Smilari hace 4 años
padre
commit
bcc1556ae3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      Pages/CaritasServiceFundVeloKeyDataPage.razor

+ 2
- 1
Pages/CaritasServiceFundVeloKeyDataPage.razor Ver fichero

@@ -171,10 +171,11 @@
private string brandStringValue;
private Brand selectedBrand;
private Brand SelectedBrand {get { return selectedBrand; }
set { selectedBrand = (value != null) ? value: new Brand(-999, brandStringValue); }
set { selectedBrand = (value != null) ? value: new Brand(-999, brandStringValue); }
}
private void setBrandValue(string value) {
brandStringValue = value;
selectedBrand = null;
}
protected async override void OnInitialized() {

Cargando…
Cancelar
Guardar