mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -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() }}">
|
<script nonce="{{ csrf_token() }}">
|
||||||
|
|
||||||
@if(Request::has('model_id'))
|
@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() {
|
$(document).ready(function() {
|
||||||
fetchCustomFields()
|
fetchCustomFields()
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue