Merged [2499] from olau@. Fixes issue #369.
- Legacy-Id: 2502 Note: SVN reference [2499] has been migrated to Git commit fa7af53edd019574624af9f892acef3a201b90ca
This commit is contained in:
parent
e74dd34d2e
commit
7af02ff451
|
@ -190,7 +190,7 @@ def edit_info(request, name):
|
|||
prev_state_id=IDState.PUBLICATION_REQUESTED,
|
||||
state_change_notice_to=get_initial_state_change_notice(doc),
|
||||
primary_flag=1,
|
||||
area_acronym_id=doc.group_id,
|
||||
area_acronym_id=Acronym.INDIVIDUAL_SUBMITTER,
|
||||
# would be better to use NULL to
|
||||
# signify an empty ballot
|
||||
ballot_id=get_new_ballot_id(),
|
||||
|
|
Loading…
Reference in a new issue