diff --git a/COMETwebapp/ViewModels/Components/ParameterEditor/ParameterBaseRowViewModel.cs b/COMETwebapp/ViewModels/Components/ParameterEditor/ParameterBaseRowViewModel.cs index 3790dfd0..be572157 100644 --- a/COMETwebapp/ViewModels/Components/ParameterEditor/ParameterBaseRowViewModel.cs +++ b/COMETwebapp/ViewModels/Components/ParameterEditor/ParameterBaseRowViewModel.cs @@ -112,13 +112,13 @@ private void InitializesProperties(bool isReadOnly) this.Option = this.ValueSet.ActualOption is not null ? this.ValueSet.ActualOption?.Name : string.Empty; this.State = this.ValueSet.ActualState is not null ? this.ValueSet.ActualState.Name : string.Empty; this.Switch = this.ValueSet.ValueSwitch; - this.CalculateParameterGroupData(); + this.CalculateParameterGroupPath(); } /// /// Calculate and set the values of parameters /// - private void CalculateParameterGroupData() + private void CalculateParameterGroupPath() { var parameterGroupPath = string.Empty;