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/StructureChampJsonEditForm.fxml | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/StructureChampJsonEditForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/StructureChampJsonEditForm.fxml
similarity index 91%
copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/StructureChampJsonEditForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/StructureChampJsonEditForm.fxml
index 8e0ed8d..5f0b4ae 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/StructureChampJsonEditForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/StructureChampJsonEditForm.fxml
@@ -10,7 +10,7 @@
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.VBox?>
-<AnchorPane id="AnchorPane" prefHeight="291.0" prefWidth="396.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.StructureChampJsonEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="291.0" prefWidth="396.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.StructureChampJsonEditFormController">
<children>
<VBox alignment="CENTER" 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>
@@ -21,26 +21,26 @@
<HBox alignment="CENTER_LEFT" spacing="10.0">
<children>
<Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Libellé" />
- <TextField fx:id="libelleTextField" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
+ <TextField fx:id="libelleTextField" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
</children>
</HBox>
<HBox alignment="CENTER_LEFT" spacing="10.0">
<children>
<Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Type de données" />
- <ComboBox fx:id="typeDonneeComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
+ <ComboBox fx:id="typeDonneeComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
</children>
</HBox>
<HBox fx:id="dateFormatContainer" alignment="CENTER_LEFT" spacing="10.0">
<children>
<Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Format date" />
- <ComboBox fx:id="formatDateComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
+ <ComboBox fx:id="formatDateComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
<!--<TextField fx:id="formatDateTextField" prefWidth="100.0" />-->
</children>
</HBox>
<HBox fx:id="dateFormatContainer1" alignment="CENTER_LEFT" layoutX="25.0" layoutY="175.0" spacing="10.0">
<children>
<Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Séparateur de date" />
- <ComboBox fx:id="delimiteurDateComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
+ <ComboBox fx:id="delimiteurDateComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
</children>
</HBox>
<HBox fx:id="dateFormatContainer11" alignment="CENTER_LEFT" layoutX="25.0" layoutY="115.0" spacing="10.0">
@@ -52,7 +52,7 @@
<HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="55.0" spacing="10.0">
<children>
<Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Type de l'objet" />
- <ComboBox fx:id="typeObjetComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
+ <ComboBox fx:id="typeObjetComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
</children>
</HBox>
</children>
--
Gitblit v1.10.0