Skip to content

Commit 7af02ff

Browse files
committed
Merged [2499] from olau@. Fixes issue ietf-tools#369.
- Legacy-Id: 2502 Note: SVN reference [2499] has been migrated to Git commit fa7af53
1 parent e74dd34 commit 7af02ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/idrfc/views_edit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def edit_info(request, name):
190190
prev_state_id=IDState.PUBLICATION_REQUESTED,
191191
state_change_notice_to=get_initial_state_change_notice(doc),
192192
primary_flag=1,
193-
area_acronym_id=doc.group_id,
193+
area_acronym_id=Acronym.INDIVIDUAL_SUBMITTER,
194194
# would be better to use NULL to
195195
# signify an empty ballot
196196
ballot_id=get_new_ballot_id(),

0 commit comments

Comments
 (0)