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/forms/DataFileToJsonEditForm.fxml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/DataFileToJsonEditForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/DataFileToJsonEditForm.fxml
similarity index 95%
rename from fdx_convert/src/main/resources/importation/validation/data/client/forms/DataFileToJsonEditForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/DataFileToJsonEditForm.fxml
index e0c358f..907685b 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/DataFileToJsonEditForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/DataFileToJsonEditForm.fxml
@@ -11,7 +11,7 @@
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.VBox?>
-<AnchorPane id="AnchorPane" prefHeight="330.0" prefWidth="624.0" style="-fx-background-color: #fff;" styleClass="mainForm" 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.forms.DataFileToJsonFormController">
+<AnchorPane id="AnchorPane" prefHeight="330.0" prefWidth="624.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.DataFileToJsonFormController">
<children>
<VBox fillWidth="false" layoutX="-23.0" layoutY="40.0" prefHeight="226.0" prefWidth="698.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
--
Gitblit v1.10.0