mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Add TODO to indicate future refactoring.
This commit is contained in:
parent
1b45170ca3
commit
2781bd02b5
|
@ -159,6 +159,7 @@
|
|||
<script nonce="{{ csrf_token() }}">
|
||||
|
||||
@if(Request::has('model_id'))
|
||||
//TODO: Refactor custom fields to use Livewire, populate from server on page load when requested with model_id
|
||||
$(document).ready(function() {
|
||||
fetchCustomFields()
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue