Révision fff89fc5 GES_PAC/ViewModel/EnterAnimalViewModel.cs

Voir les différences:

GES_PAC/ViewModel/EnterAnimalViewModel.cs
68 68

  
69 69
        public bool NumRFIDError { get; private set; } = true;
70 70
        public bool PoidsError { get; private set; } = true;
71
        public string Titre => $"Information animal chambre {ChamberId}";
71
        public string Titre => $"Informations animal chambre {ChamberId}";
72 72

  
73 73
        #endregion
74 74

  
......
88 88
            var newAnimalSet = new SerieAnimal(ChamberId, Poids ?? 0, date, NumRFID);
89 89
            journeeActuelle.GetCurrentSet().AddSerieAnimal(newAnimalSet);
90 90

  
91
            await Shell.Current.GoToAsync(nameof(ChambersView));
91
            await Shell.Current.GoToAsync($"{nameof(CreateMeasureView)}?chamberId={ChamberId}");
92 92
            IsBusy = false;
93 93
        }
94 94

  

Formats disponibles : Unified diff