mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Increased text limit on notes
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
b0fa059a28
commit
e0221301ff
|
@ -16,7 +16,7 @@ class NotesController extends Controller
|
|||
|
||||
$validated = $request->validate([
|
||||
'id' => 'required',
|
||||
'note' => 'required|string|max:500',
|
||||
'note' => 'required|string|max:50000',
|
||||
'type' => [
|
||||
'required',
|
||||
Rule::in(['asset']),
|
||||
|
|
Loading…
Reference in a new issue