diff --git a/src-modules/module/viz/schluesseltabellen/sx_repository_customxmladd.unl b/src-modules/module/viz/schluesseltabellen/sx_repository_customxmladd.unl index 9c3a118..340037e 100644 --- a/src-modules/module/viz/schluesseltabellen/sx_repository_customxmladd.unl +++ b/src-modules/module/viz/schluesseltabellen/sx_repository_customxmladd.unl @@ -128,8 +128,7 @@ V.chart_width,\ V.chart_height,\ V.chart_miniature_width,\ V.chart_miniature_height,\ -V.maskeninfo_id,\ -replace(V.js_handler,'"','ยง') as js_handler_escaped\ +V.maskeninfo_id\ FROM viz_chart V, viz_renderer R\ where R.tid=V.renderer_id\ and chart_active=1\ @@ -161,7 +160,7 @@ R.uniquename as renderer_uniquename,\ R.tid as renderer_id,\ P.tid as prop_tid,\ P.prop_uniquename,\ -(select P2.prop_uniquename from viz_property P2\ +(select min(P2.prop_uniquename) from viz_property P2\ where P2.tid=N.parent_property_id) as parent_property_uniquename,\ N.sortnr,\ N.is_mandatory\ @@ -313,7 +312,6 @@ order by 2,5,3\ chart_miniature_width="${ch.chart_width}"\ chart_miniature_height="${ch.chart_height}"\ maskeninfo_id="${ch.maskeninfo_id}"\ - js_handler="${ch.js_handler_escaped}" \ />\ \ \