From 28022615a1de633014e74c66d645441b9cac913e Mon Sep 17 00:00:00 2001
From: Mykhailo-Roit <88772563+Mykhailo-Roit@users.noreply.github.com>
Date: Wed, 8 Jan 2025 18:58:36 +0200
Subject: [PATCH] feat: add tooltip description for 'Replace with assignments'
option in import forms
---
Xaml/BulkImportForm.xaml | 1 +
Xaml/ImportForm.xaml | 1 +
2 files changed, 2 insertions(+)
diff --git a/Xaml/BulkImportForm.xaml b/Xaml/BulkImportForm.xaml
index 307fe08..daab27f 100644
--- a/Xaml/BulkImportForm.xaml
+++ b/Xaml/BulkImportForm.xaml
@@ -85,6 +85,7 @@
Always import: Always try to import the object. No detction of existing object (Default)
Skip if object exists: Skip import if there is an existing object with the same name and type
Replace: If an object is detected, it will be deleted. The assignments will be copied to the new imported object
+ Replace with assignments: If an object is detected, it will be deleted. The assignments will be copied from the imported object
Update: If an object is detected, settings will be replaced from the import file
diff --git a/Xaml/ImportForm.xaml b/Xaml/ImportForm.xaml
index 9ac70d7..ab2a279 100644
--- a/Xaml/ImportForm.xaml
+++ b/Xaml/ImportForm.xaml
@@ -76,6 +76,7 @@
Always import: Always try to import the object. No detction of existing object (Default)
Skip if object exists: Skip import if there is an existing object with the same name and type
Replace: If an object is detected, it will be deleted. The assignments will be copied to the new imported object
+ Replace with assignments: If an object is detected, it will be deleted. The assignments will be copied from the imported object
Update: If an object is detected, settings will be replaced from the import file