mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Added a parameter that http://snipe-it.app/fields expected, without it that functionality was broken (#7687)
Nice!
This commit is contained in:
parent
7b7e097922
commit
ab36784edd
|
@ -53,7 +53,7 @@
|
|||
@foreach($custom_fieldsets AS $fieldset)
|
||||
<tr>
|
||||
<td>
|
||||
{{ link_to_route("fieldsets.show",$fieldset->name,['id' => $fieldset->id]) }}
|
||||
{{ link_to_route("fieldsets.show",$fieldset->name,['fieldset' => $fieldset->id]) }}
|
||||
</td>
|
||||
<td>
|
||||
{{ $fieldset->fields->count() }}
|
||||
|
|
Loading…
Reference in a new issue