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/ConversionModelEditForm.fxml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ConversionModelEditForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/ConversionModelEditForm.fxml
similarity index 96%
copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/ConversionModelEditForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/ConversionModelEditForm.fxml
index 3a1db46..a400579 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ConversionModelEditForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/ConversionModelEditForm.fxml
@@ -16,11 +16,11 @@
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.text.Font?>
-<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="562.0" prefWidth="678.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ConversionModelEditFormController">
+<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="562.0" prefWidth="678.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ConversionModelEditFormController">
<children>
<VBox prefHeight="697.0" prefWidth="678.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="Description du fichier de données">
<content>
@@ -126,7 +126,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