From 908e81dd173f380879d5fabeb5794d5b7a76df0e Mon Sep 17 00:00:00 2001
From: Kenmegne <stephanie.kenmegne@gmail.com>
Date: Fri, 19 Jun 2026 10:40:50 +0000
Subject: [PATCH] fix bug in package refactor
---
fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TacheSearchForm.fxml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TacheSearchForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TacheSearchForm.fxml
similarity index 92%
rename from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TacheSearchForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TacheSearchForm.fxml
index 96c9fe5..63efec5 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TacheSearchForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TacheSearchForm.fxml
@@ -7,7 +7,7 @@
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.text.Font?>
-<AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="326.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TacheSearchFormController">
+<AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="326.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TacheSearchFormController">
<children>
<VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
--
Gitblit v1.10.0