Skip to content

Commit fa7af53

Browse files
committed
Fix area acronym so when adding a document, one always has to choose a valid area
- Legacy-Id: 2499
1 parent ea999ce commit fa7af53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

branch/iesg-tracker/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)