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/SubObjectEditForm.fxml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/SubObjectEditForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/SubObjectEditForm.fxml
similarity index 94%
copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/SubObjectEditForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/SubObjectEditForm.fxml
index c62a3e5..91880bb 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/SubObjectEditForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/SubObjectEditForm.fxml
@@ -11,7 +11,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="458.0" prefWidth="648.0" stylesheets="@../../../../../styles/custom-main-style.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.SubObjectEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="458.0" prefWidth="648.0" stylesheets="@../../../../styles/custom-main-style.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.SubObjectEditFormController">
    <children>
       <VBox alignment="CENTER" prefHeight="458.0" prefWidth="648.0" spacing="5.0">
          <padding>
@@ -25,7 +25,7 @@
                         <HBox alignment="CENTER_LEFT" spacing="10.0">
                            <children>
                               <Label alignment="CENTER_RIGHT" minWidth="127.0" prefHeight="17.0" prefWidth="127.0" text="Nom de l'objet" />
-                              <TextField fx:id="subObjectNameTextField" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
+                              <TextField fx:id="subObjectNameTextField" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
                            </children>
                         </HBox>
                      </children>

--
Gitblit v1.10.0