mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-04 17:05:28 +00:00
Fixed #17891 - missing maintenance file deletion route
This commit is contained in:
@ -725,7 +725,7 @@ Route::group(['middleware' => 'web'], function () {
|
||||
'destroy'
|
||||
]
|
||||
)->name('ui.files.destroy')
|
||||
->where(['object_type' => 'assets|hardware|models|users|locations|accessories|consumables|licenses|components']);
|
||||
->where(['object_type' => 'assets|maintenances|hardware|models|users|locations|accessories|consumables|licenses|components']);
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user