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.

CommentFileSizeAuthor
#2 reference_preview-panel-name.patch411 byteskongoji

Comments

hefox’s picture

Title: <option value="panl-*">Mini-Panel: </option> » Select option missing mini panel name for option tag

My 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.

kongoji’s picture

Issue tags: +title, +reference preview, +mini panel
StatusFileSize
new411 bytes

Hi,
I solved using the mini panel "admin_title" property.
I attach the patch.

kongoji’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev
hefox’s picture

Status: Active » Needs review