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/target/classes/com/megatim/fdxconvert/forms/TacheEditForm.fxml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/TacheEditForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/TacheEditForm.fxml
similarity index 97%
copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/TacheEditForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/TacheEditForm.fxml
index 842dfd3..896d431 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/TacheEditForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/TacheEditForm.fxml
@@ -19,15 +19,15 @@
 <?import javafx.scene.layout.VBox?>
 <?import javafx.scene.text.Font?>
 
-<AnchorPane prefHeight="551.0" prefWidth="737.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.TacheEditFormController">
+<AnchorPane prefHeight="551.0" prefWidth="737.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.TacheEditFormController">
    <children>
       <VBox AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
-            <TabPane fx:id="tabPane" stylesheets="@../../../../../styles/CustomFormComponents.css">
+            <TabPane fx:id="tabPane" stylesheets="@../../../../styles/CustomFormComponents.css">
                <tabs>
                   <Tab style="-fx-font-size: 14;" text="Informations sur la tâche">
                      <content>
-                        <VBox prefHeight="604.0" prefWidth="748.0" spacing="15.0" stylesheets="@../../../../../styles/CustomFormComponents.css">
+                        <VBox prefHeight="604.0" prefWidth="748.0" spacing="15.0" stylesheets="@../../../../styles/CustomFormComponents.css">
                         
                                   <VBox fx:id="paneContainer" spacing="10.0" style="-fx-background-color: white;">
                                 <children>
@@ -247,7 +247,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" textFill="#5a5a5a" />
+                                                <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../styles/style.css" text="Sélectionner les champs à tronquer" textFill="#5a5a5a" />
                                              </children>
                                           </HBox>
                                           <AbstractNestedEntityTable fx:id="metaAlphaNumeriqueFieldAbstractTable" prefHeight="252.0" prefWidth="526.0" VBox.vgrow="ALWAYS" />

--
Gitblit v1.10.0