From 78608d9a701deb8ed8d447fdc3b84f0032434a7c Mon Sep 17 00:00:00 2001 From: Daniel Quathamer Date: Mon, 14 Oct 2024 08:56:19 +0200 Subject: [PATCH] =?UTF-8?q?Bugfix=20sx=5Fstylesheets.stylesheet=5Ftype=20w?= =?UTF-8?q?ird=20=C3=BCberschrieben=20durch=20KERN=20Upgrade=20RPTA-Issue?= =?UTF-8?q?=20#2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 8e4ecfc5c04784b9a8e303911e82453d99a178aa) --- .../db/install/schluesseltabellen/sx_stylesheets_fuellen.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/superx/WEB-INF/conf/edustore/db/install/schluesseltabellen/sx_stylesheets_fuellen.sql b/superx/WEB-INF/conf/edustore/db/install/schluesseltabellen/sx_stylesheets_fuellen.sql index f239366..26fd2e0 100755 --- a/superx/WEB-INF/conf/edustore/db/install/schluesseltabellen/sx_stylesheets_fuellen.sql +++ b/superx/WEB-INF/conf/edustore/db/install/schluesseltabellen/sx_stylesheets_fuellen.sql @@ -183,7 +183,9 @@ delete from sx_mask_style where maskeninfo_id=71560; update sx_stylesheets set stylesheet_type='XSL', usage_resultset_data='T' where relation='table' -and trim(filename) like '%.xsl'; +and trim(filename) like '%.xsl' +and stylesheet_type is null +; update sx_stylesheets set stylesheet_type='JRXML',