Update and indicate edit status

This commit is contained in:
Mouse Reeve
2021-10-14 17:33:45 -07:00
parent 175df2181c
commit 01911d3b23
2 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,7 @@ class CreateStatus(View):
models.Status.objects.select_subclasses(), id=existing_status_id
)
existing_status.raise_not_editable(request.user)
existing_status.edited = True
status_type = status_type[0].upper() + status_type[1:]