mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-19 14:32:16 +00:00
FIX: Remove assets from to-be-audited table when audited
Previously required a page reload
This commit is contained in:
@@ -26,6 +26,7 @@ class AssetAuditForm(AssetForm):
|
||||
# TODO Inherit exlcusions from superclass
|
||||
exclude = ['asset_id_prefix', 'asset_id_number', 'last_audited_at', 'last_audited_by', 'parent']
|
||||
|
||||
|
||||
class AssetSearchForm(forms.Form):
|
||||
query = forms.CharField(required=False)
|
||||
category = forms.ModelMultipleChoiceField(models.AssetCategory.objects.all(), required=False)
|
||||
|
||||
Reference in New Issue
Block a user