mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-20 15:02:31 +00:00
Initial work on new checklist handling. No more JSON!
This commit is contained in:
@@ -115,6 +115,9 @@ urlpatterns = [
|
||||
name='ec_history', kwargs={'model': models.EventChecklist}),
|
||||
path('event/checklist/list', permission_required_with_403('RIGS.change_event')(hs.EventChecklistList.as_view()),
|
||||
name='ec_list'),
|
||||
# TEMPORARY
|
||||
path('event/vehicle/<int:pk>/history/', permission_required_with_403('RIGS.change_event')(versioning.VersionHistory.as_view()),
|
||||
name='vc_history', kwargs={'model': models.EventChecklistVehicle}),
|
||||
|
||||
# Finance
|
||||
path('invoice/', permission_required_with_403('RIGS.view_invoice')(finance.InvoiceIndex.as_view()),
|
||||
|
||||
Reference in New Issue
Block a user