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/FileToValidateEditForm.fxml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/FileToValidateEditForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/FileToValidateEditForm.fxml
similarity index 95%
rename from fdx_convert/src/main/resources/importation/validation/data/client/forms/FileToValidateEditForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/FileToValidateEditForm.fxml
index 277d67d..02f29e9 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/FileToValidateEditForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/FileToValidateEditForm.fxml
@@ -14,11 +14,11 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="503.0" prefWidth="705.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.FileToValidateEditFormController">
+<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="503.0" prefWidth="705.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.FileToValidateEditFormController">
    <children>
       <VBox prefHeight="200.0" prefWidth="100.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
-            <TabPane fx:id="tabPane" prefHeight="553.0" prefWidth="702.0" stylesheets="@../../../../../styles/CustomFormComponents.css" tabClosingPolicy="UNAVAILABLE">
+            <TabPane fx:id="tabPane" prefHeight="553.0" prefWidth="702.0" stylesheets="@../../../../styles/CustomFormComponents.css" tabClosingPolicy="UNAVAILABLE">
               <tabs>
                 <Tab text="Fichier à valider">
                      <content>
@@ -106,7 +106,7 @@
                                        <children>
                                           <HBox alignment="CENTER_RIGHT">
                                              <children>
-                                                <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../../../../../../generation-validateur-typefichier/src/main/resources/styles/style.css" text="Sélectionner les champs à tronquer" />
+                                                <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../styles/style.css" text="Sélectionner les champs à tronquer" />
                                              </children>
                                           </HBox>
                                           <AbstractNestedEntityTable fx:id="metaAlphaNumeriqueFieldAbstractTable" prefHeight="252.0" prefWidth="526.0" VBox.vgrow="ALWAYS" />

--
Gitblit v1.10.0