Hey,
I have an issue with my toolset page. I have "angebote" (offers) and "anbieter"(provider) offers do have a child-to-parent relationship with the provider. This is selected via a front-end form when creating the offer.
User can also edit their offers via a front end form. But when they do that the list of providers is empty AND the current connection is lost when saving.
I have no idea why this is the case.
Here's the credform for the edit - the relevant point is called: "Akteur zuweisen:"
Angebote bearbeiten:[credform]
<div class="form-group">
<label style="font-weight: bold">Angebot Titel:*</label>
[cred_field field='post_title' class='form-control' output='bootstrap']
<p style="color:gray; font-size:10px"> Geben Sie hier einen Titel für ihr Angebot ein.</p>
</div>
<div class="form-group">
<label style="font-weight: bold">Kurzbeschreibung:*</label>
[cred_field field='kurzbeschreibung' force_type='field' class='form-control' output='bootstrap']
</div>
<div class="form-group">
<label style="font-weight: bold">Angebotsbeschreibung:*</label>
[cred_field field='angebotsbeschreibung' force_type='field' class='form-control' output='bootstrap']
</div>
<div class="form-group">
<label style="font-weight: bold">Beitragsbild:</label>
[cred_field field='beitragsbild' force_type='field' class='form-control' output='bootstrap' previewsize='thumbnail']
<p style="color:gray; font-size:10px"> Sie können auch mehrere Bilder hochladen. Wichtig: Stellen Sie sicher, dass Sie nur Bilder hochladen deren Copyright Sie für diesen Zweck besitzen! </p>
</div>
<div class="form-group">
<label style="font-weight: bold">Zielgruppen:</label>
[cred_field field='zielgruppe' force_type='taxonomy' output='bootstrap' display='checkbox']
</div>
<div class="form-group">
<label style="font-weight: bold">Gruppengrößen:</label>
[cred_field field='gruppengrose' force_type='taxonomy' output='bootstrap' display='checkbox']
</div>
<div class="form-group">
<label style="font-weight: bold">Angebotsarten:</label>
[cred_field field='angebotsart' force_type='taxonomy' output='bootstrap' display='checkbox']
</div>
<div class="form-group">
<label style="font-weight: bold">Themen:</label>
[cred_field field='thema' force_type='taxonomy' output='bootstrap' display='checkbox']
</div>
<div class="form-group">
<label style="font-weight: bold">Angebotsdauer:*</label>
[cred_field field='angebotsdauer' force_type='field' class='form-control' output='bootstrap']
<p style="color:gray; font-size:10px"> Geben Sie die Angebotdauer als Zahl in Minuten ein.</p>
</div>
<div class="form-group">
<label style="font-weight: bold">Kostenlos:</label>
[cred_field field='kostenlos' force_type='field' class='form-control' output='bootstrap']
</div>
<div class="form-group">
<label style="font-weight: bold">Kosten</label>
[cred_field field='kosten' force_type='field' class='form-control' output='bootstrap']
<p style="color:gray; font-size:10px"> Geben Sie die Kosten ein.</p>
</div>
<div class="form-group">
<label style="font-weight: bold">Veranstaltungsort:</label>
[cred_field field='veranstaltungsort' force_type='field' class='form-control' output='bootstrap']
</div>
<div class="form-group">
<label style="font-weight: bold">Bezirk/Vor Ort</label>
[cred_field field='veranstaltungsort' force_type='taxonomy' output='bootstrap' display='checkbox']
</div>
<div class="form-group">
<label style="font-weight: bold">Permanentes Angebot:</label>
[cred_field field='permanentes-angebot' force_type='field' class='form-control' output='bootstrap']
</div>
<div class="form-group">
<label style="font-weight: bold">Veranstaltungsdatum:</label>
[cred_field field='veranstaltungsdatum' force_type='field' class='form-control' output='bootstrap']
</div>
<label style="font-weight: bold">Bildungsmaterial:</label>
[cred_field field='bildungsmaterial' force_type='field' class='form-control' output='bootstrap']
<p style="color:gray; font-size:10px"> Falls Sie Bildungsunterlagen anbieten möchten, können Sie Sie hier zum Download zur Verfügung Stellen. Wichtig: Stellen Sie sicher, dass Sie sämtliche dafür benötigte Copyrights besitzen!</p>
</div>
<div class="form-group">
<label style="font-weight: bold">Verfügbarkeit:</label>
[cred_field field='verfugbar' force_type='field' class='form-control' output='bootstrap']
<p style="color:gray; font-size:10px"> Sollte das Angebot ausgebucht sein, entfernen Sie hier den Haken. So bleibt es sichtbar, jedoch mit dem Vermerk: Ausgebucht.</p>
</div>
<div class="form-group">
<label>Akteur zuweisen</label>
[cred_field field='@angebotszugehorigkeit.parent' class='form-control' output='bootstrap' select_text='--- nicht eingestellt ---' required='false' author='$current']
<p style="color:gray; font-size:10px"> Weisen Sie hier den Akteur zu, sollten Sie keinen zur Auswahl haben, müssen Sie erste einen Akteur unter "Mein Konto" anlegen. Sie können den Akteur aber auch nachträglich hinzufügen.</p>
</div>
<p></p>
<div class="form-group">
<p><label style="font-weight: bold; font-size:20px">Kooperationen</label><br>
<label >Wählen Sie die Anzahl der Kooperationen aus. Setzen Sie dementsprechend viele Haken.</label></p>
[cred_field field='kooperationspartner-1' force_type='field' class='form-control' output='bootstrap']
</div>
<div class="form-group">
[cred_field field='kooperationsart-partner-1' force_type='field' class='form-control' output='bootstrap']
</div>
<div class="form-group">
[cred_field field='logo-kooperationspartner-1' force_type='field' class='form-control' output='bootstrap' previewsize='thumbnail']
<p style="color:gray; font-size:10px"> Laden Sie hier das Logo des Partners hoch.</p>
</div>
<div class="form-group">
[cred_field field='kooperationpartner-1-url' force_type='field' class='form-control' output='bootstrap']
</div>
<div class="form-group">
[cred_field field='partner2' force_type='field' class='form-control' output='bootstrap']
</div>
<div class="form-group">
[cred_field field='partner2-kooperationsart' force_type='field' class='form-control' output='bootstrap']
</div>
<div class="form-group">
[cred_field field='partner2-logo' force_type='field' class='form-control' output='bootstrap' previewsize='thumbnail']
<p style="color:gray; font-size:10px"> Laden Sie hier das Logo des Partners hoch.</p>
</div>
<div class="form-group">
[cred_field field='partner2-url' force_type='field' class='form-control' output='bootstrap']
</div>
<div class="form-group">
[cred_field field='partner-3' force_type='field' class='form-control' output='bootstrap']
</div>
<div class="form-group">
[cred_field field='partner3-kooperationsart' force_type='field' class='form-control' output='bootstrap']
</div>
<div class="form-group">
[cred_field field='partner3-logo' force_type='field' class='form-control' output='bootstrap' previewsize='thumbnail']
<p style="color:gray; font-size:10px"> Laden Sie hier das Logo des Partners hoch.</p>
</div>
<div class="form-group">
[cred_field field='partner3-url' force_type='field' class='form-control' output='bootstrap']
</div>
<p style="color:gray; font-size:12px"> *Erforderliche Angaben.</p>
[cred_field field='form_messages' class='alert alert-warning']
[cred_field field='form_submit' output='bootstrap' value='Speichern' class='btn btn-primary btn-lg']
[/credform]