From 9717202fed4f7d4e37819d051cf2730a70679b6e Mon Sep 17 00:00:00 2001
From: Ole Laursen <olau@iola.dk>
Date: Thu, 3 May 2012 12:02:08 +0000
Subject: [PATCH] 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

---
 ietf/wginfo/edit.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ietf/wginfo/edit.py b/ietf/wginfo/edit.py
index 79ee29389..6977aea15 100644
--- a/ietf/wginfo/edit.py
+++ b/ietf/wginfo/edit.py
@@ -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(