Create charters in state notrev instead of intrev, as a side effect
this fixes a problem with comments not being saved when starting review on charter. - Legacy-Id: 4357
This commit is contained in:
parent
891ac2585d
commit
9717202fed
|
@ -118,7 +118,7 @@ def edit(request, acronym=None, action="edit"):
|
|||
rev="00-00",
|
||||
)
|
||||
charter.save()
|
||||
charter.set_state(State.objects.get(type="charter", slug="infrev"))
|
||||
charter.set_state(State.objects.get(type="charter", slug="notrev"))
|
||||
|
||||
# Create an alias as well
|
||||
DocAlias.objects.create(
|
||||
|
|
Loading…
Reference in a new issue