|
@@ -1250,6 +1250,7 @@ namespace FurnaceUI.Views.Recipes
|
|
|
this.Save(this.CurrentRecipe, false);
|
|
|
}
|
|
|
}
|
|
|
+ this.LoadData(CurrentRecipe.PrefixPath, CurrentFileNode.FullPath);
|
|
|
InputFileNameDialogViewModel dialog = new InputFileNameDialogViewModel("Input New Recipe Name", ProcessTypeFileList[0].FileListByProcessType, CurrentRecipe.Description, Visibility.Hidden);
|
|
|
dialog.SelectIndex = ProcessTypeFileList[0].FileListByProcessType.IndexOf(ProcessTypeFileList[0].FileListByProcessType.FirstOrDefault(a => a.IsSelected));
|
|
|
dialog.FileName = CurrentFileNode.Name;
|