Hello
I would like to allow the (admin) user to set relations between two pages of cloned templates. Since the cloned pages are created by frontend processes the names are random strings. In the backend, when I want to set the relationships I see only these random string names.
First I would like to show one or more custom fields of the related template in the relation checkbox input field. So the user could see to which page he is setting a relation.
Second I would like to filter the shown pages to a subset, based on some special rules.
I tried to ceate a custom backend edit view with a custom checkbox input. I created the checkbox input with the use of <cms:pages ...> and rebuilding the automatically created structure in case of using "bound" to an editable of type "relation". But the changes are not storedn in the db.
How could I achieve this?
Kind regards,
Oliver
I would like to allow the (admin) user to set relations between two pages of cloned templates. Since the cloned pages are created by frontend processes the names are random strings. In the backend, when I want to set the relationships I see only these random string names.
First I would like to show one or more custom fields of the related template in the relation checkbox input field. So the user could see to which page he is setting a relation.
Second I would like to filter the shown pages to a subset, based on some special rules.
I tried to ceate a custom backend edit view with a custom checkbox input. I created the checkbox input with the use of <cms:pages ...> and rebuilding the automatically created structure in case of using "bound" to an editable of type "relation". But the changes are not storedn in the db.
How could I achieve this?
Kind regards,
Oliver