|
|
|
@ -160,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\ |
|
|
|
|