Skip to content

Commit 6d8a7af

Browse files
committed
Modified the doc stream-change edit form to reset doc.group to None on stream changes. Fixes issue ietf-tools#1078.
- Legacy-Id: 5915
1 parent 4e42c65 commit 6d8a7af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/idrfc/views_edit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ def change_stream(request, name):
252252
save_document_in_history(doc)
253253

254254
doc.stream = new_stream
255+
doc.group = None
255256

256257
e = DocEvent(doc=doc,by=login,type='changed_document')
257258
e.desc = u"Stream changed to <b>%s</b> from %s"% (new_stream, old_stream or "None")

0 commit comments

Comments
 (0)