</select>
</td>
</tr>
- <!-- The UID check below is just a TEMPORARY measure until we have search filters implemented on plugins beyond glm-member-db -->
- {if $uid == 'glm-member-db'}
<tr>
<th>Admin Searchable</th>
<td>
(text or checkbox only)
</td>
</tr>
- {/if}
<tr>
<th>Required?</th>
<td>
<th>Type</th>
<th>UID/Entity</th>
<th>Required</th>
- <!-- The UID check below is just a TEMPORARY measure until we have search filters implemented on plugins beyond glm-member-db -->
- {if $uid == 'glm-member-db'}<th>Admin Searchable</th>{/if}
+ <th>Admin Searchable</th>
<th> </th>
</tr>
</thead>
var required = $(this).attr('data-required');
//console.log( fieldType );
-
+
$('#editFieldID').val(fieldID);
$('#editFieldName').val(fieldName.trim());
$('#editFieldType').val(fieldType);
-
+
if (adminSearch === '1') {
//console.log('setting the checked to true');
$('#editAdminSearch').prop('checked', true);