Always set state of RFC documents to 'RFC'
- Legacy-Id: 2741
This commit is contained in:
parent
380c24d302
commit
5c1fc8ac08
|
@ -931,6 +931,7 @@ for index, o in enumerate(all_rfcs.iterator()):
|
|||
d.time = datetime.datetime.now()
|
||||
d.title = o.title
|
||||
d.std_level = std_level_mapping[o.current_status]
|
||||
d.state = state_mapping['RFC']
|
||||
d.stream = stream_mapping[o.stream]
|
||||
if not d.group and o.wg:
|
||||
d.group = Group.objects.get(acronym=o.wg)
|
||||
|
|
Loading…
Reference in a new issue