removes encrypted fields as a selectable option for labels
This commit is contained in:
parent
df49e8350f
commit
040f826c52
1 changed files with 2 additions and 0 deletions
|
@ -348,7 +348,9 @@
|
|||
</optgroup>
|
||||
<optgroup label="Custom Fields">
|
||||
@foreach($customFields as $customField)
|
||||
@if($customField->field_encrypted != 1)
|
||||
<option value="{{ $customField->db_column }}">{{ $customField->name }}</option>
|
||||
@endif
|
||||
@endforeach
|
||||
</optgroup>
|
||||
</select>
|
||||
|
|
Loading…
Add table
Reference in a new issue