Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
Hi,

i'm trying to "reverse-access" a Relation within a Mosaic. On every page of person.php, i want to show the page-titles of scene.php where the given person has been added.

Is there a way to achieve ths?

The "scene.php"-Template contains the Mosaic an allows to add one or more characters in an Mosaic together with some additional information:
Code: Select all
<cms:tile name='szene_content_nsc' label='Person'>
            <cms:editable name='person_rel' label='NSC' type='relation' masterpage='person.php' has='one' orderby='page_title' order_dir='asc'/>
            <cms:editable name='person_info' label='Info' type='richtext' />
           
       </cms:tile>
Hi,

I don't suppose that would be possible out-of-the-box.
However, using direct SQL query should get back the desired results.
I'll try to get that for you as soon as I get the time.
2 posts Page 1 of 1
cron