From 9bf4d5fdfe93d76e4a4fce77b1efaa94ad07a89e Mon Sep 17 00:00:00 2001
From: "Pedro M. Baeza"
Date: Sat, 21 Oct 2023 13:09:30 +0200
Subject: [PATCH] [FIX] upgrade_analysis: Proper UI in forms
The colspan property of some UI elements were not correctly adjusted to
the v16 sytem.
This commits fixes it.
---
.../views/view_upgrade_analysis.xml | 3 ++-
upgrade_analysis/views/view_upgrade_record.xml | 4 ++--
.../wizards/upgrade_install_wizard.py | 1 +
.../view_upgrade_generate_record_wizard.xml | 6 ++++--
.../wizards/view_upgrade_install_wizard.xml | 17 ++++++++++-------
5 files changed, 19 insertions(+), 12 deletions(-)
diff --git a/upgrade_analysis/views/view_upgrade_analysis.xml b/upgrade_analysis/views/view_upgrade_analysis.xml
index 71edfbbcd..8ec396787 100644
--- a/upgrade_analysis/views/view_upgrade_analysis.xml
+++ b/upgrade_analysis/views/view_upgrade_analysis.xml
@@ -27,7 +27,7 @@
/>
-
+
@@ -39,6 +39,7 @@
nolabel="1"
widget="ace"
options="{'mode': 'txt'}"
+ colspan="2"
/>
diff --git a/upgrade_analysis/views/view_upgrade_record.xml b/upgrade_analysis/views/view_upgrade_record.xml
index 675423da2..9cb3463cb 100644
--- a/upgrade_analysis/views/view_upgrade_record.xml
+++ b/upgrade_analysis/views/view_upgrade_record.xml
@@ -44,7 +44,7 @@
The modules have been installed successfuly
-
+
+
+
-