Browse Source

Bugfix

master
Imo John 3 days ago
parent
commit
7fdfc71e14
  1. 6
      src-modules/module/viz/schluesseltabellen/sx_repository_customxmladd.unl

6
src-modules/module/viz/schluesseltabellen/sx_repository_customxmladd.unl

@ -128,8 +128,7 @@ V.chart_width,\
V.chart_height,\ V.chart_height,\
V.chart_miniature_width,\ V.chart_miniature_width,\
V.chart_miniature_height,\ V.chart_miniature_height,\
V.maskeninfo_id,\ V.maskeninfo_id\
replace(V.js_handler,'"','§') as js_handler_escaped\
FROM viz_chart V, viz_renderer R\ FROM viz_chart V, viz_renderer R\
where R.tid=V.renderer_id\ where R.tid=V.renderer_id\
and chart_active=1\ and chart_active=1\
@ -161,7 +160,7 @@ R.uniquename as renderer_uniquename,\
R.tid as renderer_id,\ R.tid as renderer_id,\
P.tid as prop_tid,\ P.tid as prop_tid,\
P.prop_uniquename,\ 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,\ where P2.tid=N.parent_property_id) as parent_property_uniquename,\
N.sortnr,\ N.sortnr,\
N.is_mandatory\ N.is_mandatory\
@ -313,7 +312,6 @@ order by 2,5,3\
chart_miniature_width="${ch.chart_width}"\ chart_miniature_width="${ch.chart_width}"\
chart_miniature_height="${ch.chart_height}"\ chart_miniature_height="${ch.chart_height}"\
maskeninfo_id="${ch.maskeninfo_id}"\ maskeninfo_id="${ch.maskeninfo_id}"\
js_handler="${ch.js_handler_escaped}" \
/>\ />\
</#foreach>\ </#foreach>\
</#if>\ </#if>\

Loading…
Cancel
Save