The html of my Reference Preview Display: selectbox is missing the titles of my mini-panels:
<select name="reference_preview_type" class="form-select" id="edit-reference-preview-type">
<option value="node-full">Full Node</option>
<option value="node-teaser">Node Teaser</option>
<option value="panl-calendar_tabs">Mini-Panel: </option>
<option value="panl-event_for_nodereference" selected="selected">Mini-Panel: </option>
<option value="panl-comment_tabs">Mini-Panel: </option><option value="panl-scenes_and_maps_tabs">Mini-Panel: </option>
<option value="panl-announcements">Mini-Panel: </option><option value="panl-sandbox">Mini-Panel: </option><option value="panl-event">Mini-Panel: </option>
<option value="panl-administration">Mini-Panel: </option>
</select>... the selectbox works to store the correct option value, but just doesn't show the values properly in the browser.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | reference_preview-panel-name.patch | 411 bytes | kongoji |
Comments
Comment #1
hefox commentedMy guess is that some sort of capability with versions.
I'm not using panels with this module so can't provide any more input, but clarifying title.
Comment #2
kongoji commentedHi,
I solved using the mini panel "admin_title" property.
I attach the patch.
Comment #3
kongoji commentedComment #4
hefox commented